DefinitelyTyped/types/react-native-document-picker/react-native-document-picker-tests.tsx
2017-12-28 18:26:12 +08:00

8 lines
196 B
TypeScript

import { DocumentPicker, DocumentPickerUtil } from "react-native-document-picker";
DocumentPicker.show({
filetype: [DocumentPickerUtil.allFiles()],
}, (error, res) => {
// do nothing
});