UNPKG

react-otp-input-z

Version:

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

6 lines (5 loc) 157 B
import React from 'react'; import { IOTPProps } from './Interface'; import './styles.scss'; declare const OTP: React.FC<IOTPProps>; export default OTP;