@react-native-documents/picker
Version:
A react native interface to access documents from dropbox, google drive, iCloud...
13 lines • 1.3 kB
TypeScript
export { isKnownType, type IsKnownTypeResponse, type IsKnownTypeOptions } from './isKnownType';
export { keepLocalCopy, type KeepLocalCopyOptions, type KeepLocalCopyResponse, type FileToCopy, } from './keepLocalCopy';
export { types, type PredefinedFileTypes } from './fileTypes';
export { errorCodes, isErrorWithCode } from './errors';
export { pickDirectory } from './pickDirectory';
export type { PickDirectoryResponse, DirectoryPickerOptions, DirectoryPickerOptionsLongTerm, DirectoryPickerResponse, DirectoryPickerResponseLongTerm, DirectoryPickerOptionsBase, } from './pickDirectory';
export { pick, type DocumentPickerOptionsBase } from './pick';
export { saveDocuments, type SaveDocumentsResponse, type SaveDocumentsOptions, } from './saveDocuments';
export type { NonEmptyArray, TransitionStyle, BookmarkingResponse, DocumentPickerResponse, PresentationStyle, VirtualFileMeta, } from './types';
export type { DocumentPickerOptions, DocumentPickerOptionsImport, DocumentPickerOptionsOpenOnce, DocumentPickerOptionsOpenLongTerm, DocumentPickerResponseOpenLongTerm, } from './pick';
export type { LocalCopyResponse } from './spec/NativeDocumentPicker';
export { releaseLongTermAccess, releaseSecureAccess, type ReleaseLongTermAccessResult, } from './release';
//# sourceMappingURL=index.d.ts.map