@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.
8 lines (7 loc) • 420 B
TypeScript
import '@microblink/capture/style.css';
import { TScreensProps } from '../../../../shared/types/screen/type-screens-props';
interface MicroblinkCaptureSDKProps extends TScreensProps {
onScannerClosed: () => void;
}
declare const MicroblinkCaptureSDK: ({ onNext, onScannerClosed, data, onBack, hardRefresh }: MicroblinkCaptureSDKProps) => import("react/jsx-runtime").JSX.Element;
export default MicroblinkCaptureSDK;