UNPKG

@hakit/components

Version:
23 lines 469 B
export interface ThemeParams { font: { family: string; size: string | number; }; device: { areaCard: { zIndex: number; }; sidebarCard: { width: { collapsed: string; expanded: string; }; }; }; modal: { width: string; zIndex: number; }; } export declare const theme: ThemeParams; //# sourceMappingURL=theme.d.ts.map