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 67082c7 commit 2de502fCopy full SHA for 2de502f
index.d.ts
@@ -48,7 +48,7 @@ declare module 'react-native-document-picker' {
48
): Promise<DocumentPickerResponse>;
49
static pickMultiple<OS extends keyof PlatformTypes = Platform>(
50
options: DocumentPickerOptions<OS>
51
- ): Promise<DocumentPickerResponse>;
+ ): Promise<DocumentPickerResponse[]>;
52
static isCancel<IError extends {code?: string}>(err?: IError): boolean;
53
}
54
0 commit comments