UNPKG

react-custom-otp-input

Version:

A Reusable react custom otp (One-Time Password) input

6 lines (3 loc) 227 B
import * as react_jsx_runtime from 'react/jsx-runtime'; declare const OtpInput: ({ length, onChangeOtp, secure, className, width, height, size, styles }: any) => react_jsx_runtime.JSX.Element; export { OtpInput as default };