UNPKG

quantumai-design-system

Version:

퀀텀에이아이의 디자인 시스템

14 lines (13 loc) 427 B
type RadioSizeType = Record<'s' | 'm', { size: number; innerSize: number; outline: string; }>; export declare const RADIO_OPTION: RadioSizeType; export declare const RADIO_COLOR: { base: import("@emotion/utils").SerializedStyles; checked: import("@emotion/utils").SerializedStyles; disabled: import("@emotion/utils").SerializedStyles; focus: import("@emotion/utils").SerializedStyles; }; export {};