UNPKG

quantumai-design-system

Version:

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

8 lines (7 loc) 291 B
import { RADIO_OPTION } from './options'; import { MarginType } from '../../../types/styleType'; type StyleType = { size: keyof typeof RADIO_OPTION; } & MarginType; export declare const RadioStyle: ({ size, ...props }: StyleType) => import("@emotion/utils").SerializedStyles; export {};