UNPKG

antd-input-otp

Version:

An OTP Input Component based on Ant Design Component Library for React.

6 lines (5 loc) 272 B
/// <reference types="react" /> import type { InputOTPProps } from './InputOTP.type'; import './InputOTP.style.css'; declare const InputOTP: import("react").ForwardRefExoticComponent<InputOTPProps & import("react").RefAttributes<HTMLDivElement>>; export default InputOTP;