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 c7c6252 commit 67082c7Copy full SHA for 67082c7
index.d.ts
@@ -37,8 +37,8 @@ declare module 'react-native-document-picker' {
37
interface DocumentPickerResponse {
38
uri: string;
39
type: string;
40
- fileName: string;
41
- fileSize: string;
+ name: string;
+ size: string;
42
}
43
type Platform = 'ios' | 'android' | 'windows'
44
export default class DocumentPicker<OS extends keyof PlatformTypes = Platform> {
0 commit comments