@ozen-ui/kit
Version:
React component library
5 lines (4 loc) • 301 B
TypeScript
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">;