quantumai-design-system
Version:
퀀텀에이아이의 디자인 시스템
8 lines (7 loc) • 300 B
TypeScript
import { CHECKBOX_OPTION } from './options';
import { MarginType } from '../../../types/styleType';
type StyleType = {
size: keyof typeof CHECKBOX_OPTION;
} & MarginType;
export declare const CheckboxStyle: ({ size, ...props }: StyleType) => import("@emotion/utils").SerializedStyles;
export {};