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) 237 B
import { DocumentResult, DocumentPickerOptions } from './types'; declare const _default: { readonly name: string; getDocumentAsync({ type, multiple, }: DocumentPickerOptions): Promise<DocumentResult>; }; export default _default;