UNPKG

expo-document-picker

Version:

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

7 lines (6 loc) 231 B
import { DocumentResult, GetDocumentOptions } from './types'; declare const _default: { readonly name: string; getDocumentAsync({ type, multiple, }: GetDocumentOptions): Promise<DocumentResult>; }; export default _default;