UNPKG

@passflow/passflow-react-sdk

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