UNPKG

@julo-ui/otp-input

Version:

React Input Component for entering sequences of digits

7 lines (4 loc) 204 B
import { HTMLJuloProps } from '@julo-ui/system'; type OtpInputFieldProps = HTMLJuloProps<'input'>; type UseOtpInputFieldProps = OtpInputFieldProps; export { OtpInputFieldProps, UseOtpInputFieldProps };