UNPKG

antd-input-otp

Version:

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

3 lines (2 loc) 177 B
import type { InputOTPProps } from './InputOTP.type'; export declare const kRegexDictionary: Record<NonNullable<Exclude<InputOTPProps['inputType'], 'all' | 'custom'>>, RegExp>;