UNPKG

@julo-ui/otp-input

Version:

React Input Component for entering sequences of digits

7 lines (4 loc) 231 B
import * as _julo_ui_system from '@julo-ui/system'; import { OtpInputFieldProps } from './types.js'; declare const OtpInputField: _julo_ui_system.ComponentWithAs<"input", OtpInputFieldProps>; export { OtpInputField as default };