quantumai-design-system
Version:
퀀텀에이아이의 디자인 시스템
14 lines (13 loc) • 488 B
TypeScript
type InputSizeType = Record<'s' | 'm', {
height: number;
radius: number;
outline: string;
}>;
export declare const INPUT_OPTION: InputSizeType;
export declare const INPUT_CONTAINER_COLOR: {
base: import("@emotion/utils").SerializedStyles;
disabled: import("@emotion/utils").SerializedStyles;
};
export declare const INPUT_COLOR: import("@emotion/utils").SerializedStyles;
export declare const NUMBER_BUTTON_COLOR: import("@emotion/utils").SerializedStyles;
export {};