UNPKG

483 BSource Map (JSON)View Raw
1{"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"","sourcesContent":["export type DocumentPickerOptions = {\n type?: string;\n copyToCacheDirectory?: boolean;\n multiple?: boolean;\n};\n\nexport type DocumentResult =\n | { type: 'cancel' }\n | {\n type: 'success';\n name: string;\n size: number;\n uri: string;\n lastModified?: number;\n file?: File;\n output?: FileList | null;\n };\n"]}
\No newline at end of file