UNPKG

react-otp-input-z

Version:

React hook otp input, copy paste, etc... (Lib)

6 lines (5 loc) 307 B
import React from 'react'; import { IOTPElementProps } from './Interface'; export declare const restrictInput: (isNumber: boolean, value: string) => boolean; declare const OtpElement: React.ForwardRefExoticComponent<IOTPElementProps & React.RefAttributes<HTMLInputElement>>; export default OtpElement;