Skip to content

Commit c7d26ba

Browse files
authored
feat: export types (#168)
1 parent a0b8191 commit c7d26ba

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/index.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ import DocumentScanner, {
33
type ScanDocumentResponse,
44
} from './NativeDocumentScanner';
55

6+
export type {
7+
ScanDocumentOptions,
8+
ScanDocumentResponse,
9+
} from './NativeDocumentScanner';
10+
11+
export {
12+
ResponseType,
13+
ScanDocumentResponseStatus,
14+
} from './NativeDocumentScanner';
15+
616
export default {
717
/**
818
* Opens the camera, and starts the document scan

0 commit comments

Comments
 (0)