@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) • 309 B
TypeScript
interface StepOfTextProps {
stepName?: TSteps;
}
declare const StepOfText: ({ stepName }: StepOfTextProps) => import("react/jsx-runtime").JSX.Element | null;
export type TSteps = 'document-type-selector' | 'document-capture' | 'liveness-verification' | 'proof-of-address' | '';
export default StepOfText;