@passflow/passflow-react-sdk
Version:
Passflow React UI Kit
11 lines • 365 B
TypeScript
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