quantumai-design-system
Version:
퀀텀에이아이의 디자인 시스템
51 lines (50 loc) • 1.16 kB
TypeScript
import { TypographyStyleType, TypographyType } from '../types/styleType';
import { SerializedStyles } from '@emotion/react';
export declare const COLORS: {
white: string;
black: string;
grey1: string;
grey2: string;
grey3: string;
grey4: string;
grey5: string;
grey6: string;
grey7: string;
grey8: string;
coolgrey1: string;
coolgrey2: string;
coolgrey3: string;
coolgrey4: string;
coolgrey5: string;
primary: string;
primaryL: string;
primaryO: string;
blue1: string;
blue2: string;
blue3: string;
blue4: string;
blue5: string;
blue6: string;
red: string;
yellow: string;
green: string;
};
export declare const BASE_SPACING: {
xs: string;
s: string;
m: string;
l: string;
xl: string;
};
export declare const BASE_FONTWEIGHT: {
bold: number;
medium: number;
regular: number;
};
export declare const BASE_SHADOW: {
s: string;
m: string;
l: string;
};
export declare const TYPOGRAPHYS: Record<TypographyType, TypographyStyleType>;
export declare const TYPOGRAPHYS_STYLE: Record<TypographyType, SerializedStyles>;