UNPKG

beecode-otp-ui

Version:
7 lines (6 loc) 164 B
export type OTPFieldsInterface = { otpFieldCount: number; handleOTPVerification?: (OTPCode: string) => void; error?: string; className?: string; };