@ozen-ui/kit
Version:
React component library
9 lines (8 loc) • 634 B
TypeScript
import type { StackGapVariant } from '../Stack';
import type { InputOTPAutoCompleteMode, InputOTPSizeVariant } from './types';
export declare const INPUT_OTP_DEFAULT_TAG = "div";
export declare const INPUT_OTP_DEFAULT_AUTO_COMPLETE_MODE: InputOTPAutoCompleteMode;
export declare const INPUT_OTP_DEFAULT_DISABLE_STROKE: boolean;
export declare const INPUT_OTP_DEFAULT_SIZE: InputOTPSizeVariant;
export declare const INPUT_OTP_SPACING_BY_SIZE: Readonly<Record<InputOTPSizeVariant, StackGapVariant>>;
export declare const INPUT_OTP_DEFAULT_FINISH_BEHAVIOR: ({ isFullFilled }: import("./types").InputOTPFinishBehaviorContext) => boolean;