UNPKG

expo-document-picker

Version:

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

4 lines (3 loc) 220 B
import { GetDocumentOptions, DocumentResult } from './types'; export { DocumentResult }; export declare function getDocumentAsync({ type, copyToCacheDirectory, multiple, }?: GetDocumentOptions): Promise<DocumentResult>;