We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44a9c3 commit 1d458e6Copy full SHA for 1d458e6
index.d.ts
@@ -56,7 +56,7 @@ declare module 'react-native-document-picker' {
56
copyError?: string;
57
type: string;
58
name: string;
59
- size: string;
+ size: number;
60
}
61
type Platform = 'ios' | 'android' | 'windows';
62
export default class DocumentPicker<OS extends keyof PlatformTypes = Platform> {
0 commit comments