UNPKG

@idscan/idvc2

Version:

component for the capturing documents

11 lines (10 loc) 356 B
export declare const setIsStarted: (val: boolean) => void; export declare const stop: () => void; export declare const setVisibleVideo: () => Promise<void>; export declare const start: () => Promise<void>; declare const _default: { start: () => Promise<void>; stop: () => void; setIsStarted: (val: boolean) => void; }; export default _default;