Skip to content

Commit 488c77e

Browse files
authored
fix: export TS DocumentPickerOptions (#456)
1 parent 01b6250 commit 488c77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if (!RNDocumentPicker) {
3636
}, 0)
3737
}
3838

39-
type DocumentPickerOptions<OS extends SupportedPlatforms> = {
39+
export type DocumentPickerOptions<OS extends SupportedPlatforms> = {
4040
type?:
4141
| string
4242
| PlatformTypes[OS][keyof PlatformTypes[OS]]

0 commit comments

Comments
 (0)