We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b8191 commit c7d26baCopy full SHA for c7d26ba
1 file changed
src/index.tsx
@@ -3,6 +3,16 @@ import DocumentScanner, {
3
type ScanDocumentResponse,
4
} from './NativeDocumentScanner';
5
6
+export type {
7
+ ScanDocumentOptions,
8
+ ScanDocumentResponse,
9
+} from './NativeDocumentScanner';
10
+
11
+export {
12
+ ResponseType,
13
+ ScanDocumentResponseStatus,
14
15
16
export default {
17
/**
18
* Opens the camera, and starts the document scan
0 commit comments