@seontechnologies/seon-id-verification
Version:
An advanced SDK featuring web components for natural person identification through document scanning, facial recognition, hand gesture, and face turning detection, designed for secure and efficient user verification.
7 lines (6 loc) • 368 B
TypeScript
import { TScreensProps } from '../../../../shared/types/screen/type-screens-props';
interface MicroblinkBlinkIDProps extends TScreensProps {
onScannerClosed: () => void;
}
declare const MicroblinkBlinkID: ({ onNext, onScannerClosed, data, onBack, hardRefresh }: MicroblinkBlinkIDProps) => import("react/jsx-runtime").JSX.Element;
export default MicroblinkBlinkID;