@hakit/components
Version:
A series of components to work with @hakit/core
23 lines • 469 B
TypeScript
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