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