UNPKG

expo-document-picker

Version:

Provides access to the system's UI for selecting documents from the available providers on the user's device.

6 lines 282 B
import { DocumentPickerOptions, DocumentPickerResult } from './types'; declare const _default: { getDocumentAsync({ type, multiple, base64, }: DocumentPickerOptions): Promise<DocumentPickerResult>; }; export default _default; //# sourceMappingURL=ExpoDocumentPicker.web.d.ts.map