UNPKG

@idscan/idvc2

Version:

component for the capturing documents

14 lines (13 loc) 447 B
import { MRZLocation } from './modules/manualUploadProcessing'; export interface IMrzCoords { locations: MRZLocation; color: 'green' | 'yellow'; } export declare const loopTimeout: (ms: number) => Promise<unknown>; export declare const unmountIDVC: () => void; export declare const loop: () => Promise<false>; declare const _default: { cancel: (topImage: any) => Promise<void>; unmountIDVC: () => void; }; export default _default;