UNPKG

@ozen-ui/kit

Version:

React component library

5 lines (4 loc) 301 B
import './InputOTP.css'; import type { InputOTPBaseProps } from './types'; export declare const cnInputOTP: import("@bem-react/classname").ClassNameFormatter; export declare const InputOTP: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<InputOTPBaseProps, "div", "as">;