Skip to content

Commit

Permalink
fix: export TS DocumentPickerOptions (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh authored Aug 17, 2021
1 parent 01b6250 commit 488c77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if (!RNDocumentPicker) {
}, 0)
}

type DocumentPickerOptions<OS extends SupportedPlatforms> = {
export type DocumentPickerOptions<OS extends SupportedPlatforms> = {
type?:
| string
| PlatformTypes[OS][keyof PlatformTypes[OS]]
Expand Down

0 comments on commit 488c77e

Please sign in to comment.