UNPKG

@passflow/passflow-react-sdk

Version:
12 lines 392 B
import { FC } from 'react'; import { SuccessAuthRedirect } from '../../../types'; type TVerifyChallengeOTP = { successAuthRedirect: SuccessAuthRedirect; numInputs: number; shouldAutoFocus: boolean; signUpPath: string; createTenant?: boolean; }; export declare const VerifyChallengeOTP: FC<TVerifyChallengeOTP>; export {}; //# sourceMappingURL=verify-challenge-otp.d.ts.map