UNPKG

beecode-otp-ui

Version:
5 lines (4 loc) 227 B
import React from "react"; import { OTPFieldsInterface } from "../types"; declare const OTPField: ({ otpFieldCount, handleOTPVerification, error, className, }: OTPFieldsInterface) => React.JSX.Element; export default OTPField;