UNPKG

@vezham/input-otp

Version:

InputOTP is a component that allows users to enter otp input. It can be used to get user otp in forms.

10 lines (7 loc) 277 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { SlotProps } from 'input-otp'; declare const InputOtpSegment: ({ ...props }: SlotProps & { isFocused?: boolean; isFocusVisible?: boolean; }) => react_jsx_runtime.JSX.Element; export { InputOtpSegment };