Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
Update src/definitions.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Kasper <13744542+de-dan@users.noreply.github.com>
  • Loading branch information
GabrielNSD and de-dan committed Oct 25, 2022
1 parent bd956c9 commit 86e5160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface PickFilesOptions {
*/
types?: string[];
/**
* List of custom extensions. Necessary in iOS since the mimetype alone is not enought
* iOS only. List of custom file name extensions (without leading dot '.'). Necessary in iOS since custom mimetypes are not supported.
*
* Example: `['cs2']`
*/
Expand Down

0 comments on commit 86e5160

Please sign in to comment.