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 <[email protected]>
  • Loading branch information
GabrielNSD and de-dan authored Oct 25, 2022
1 parent 1fb4708 commit f139c9a
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 f139c9a

Please sign in to comment.