@idscan/idvc2
Version:
component for the capturing documents
11 lines (10 loc) • 403 B
TypeScript
declare const _default: {
hasFn: (fnName: string) => boolean;
pdf: (resultObject: any) => Promise<void>;
mrz: (resultObject: any) => void;
SimpleFace: (resultObject: any) => void;
VolumeFace: (resultObject: import("../types/modules/realFace").RealFaceResultObject) => void;
barcode: (resultObject: any) => void;
back: (resultObject: any) => void;
};
export default _default;