local-id-scan-journey
Version:
A React component for GBG ID verification and document scanning with bundled SDK
18 lines • 540 B
TypeScript
export interface IdScanJourneyProps {
backendUrl: string;
token: string;
journeyDefinitionId: string;
defaultInputProvider?: string;
tripleScanAnalyzerGuidancePage?: boolean;
fileUploadOnCameraCaptureJourneys?: boolean;
previewPages?: any;
manualCapture?: boolean;
assetsDirectory?: string;
smartCapture?: any;
isVerboseLogEnabled?: boolean;
hideLogo?: boolean;
hideAutoCaptureHints?: boolean;
className?: string;
style?: React.CSSProperties;
}
//# sourceMappingURL=types.d.ts.map