UNPKG

quantumai-design-system

Version:

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

12 lines (11 loc) 247 B
type AvatarSizeType = Record<'m' | 'l', { size: number; }>; export declare const AVATAR_OPTION: AvatarSizeType; export declare const AVATAR_STATUS: { offline: string; online: string; away: string; active: string; }; export {};