Skip to content

Commit 40f5af3

Browse files
committed
chore: update import path for OpenDocumentOptions type
1 parent db2051b commit 40f5af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uikit-react-native/src/platform/openDocument.native.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import type * as NewDocumentsPicker from '@react-native-documents/picker';
22
import type * as OldDocumentPicker from 'react-native-document-picker';
33

4-
import type { FilePickerResponse, OpenDocumentOptions } from './types';
54
import { Logger } from '@sendbird/uikit-utils';
65

76
import SBUError from '../libs/SBUError';
87
import normalizeFile from '../utils/normalizeFile';
8+
import type { FilePickerResponse, OpenDocumentOptions } from './types';
99

1010
export type DocumentPicker = typeof OldDocumentPicker | typeof NewDocumentsPicker;
1111

0 commit comments

Comments
 (0)