@hakit/components
Version:
A series of components to work with @hakit/core
16 lines • 537 B
TypeScript
export declare const NAMESPACE = "ha";
export declare const LIGHT: string[];
export declare const DARK: string[];
export declare const ACCENT: string[];
export declare const DEFAULT_START_LIGHT = 3;
export declare const DEFAULT_START_DARK = 97;
export declare const DIFF: number;
export declare const DEFAULT_THEME_OPTIONS: {
readonly darkMode: true;
readonly tint: 0.8;
readonly hue: 220;
readonly saturation: 60;
readonly lightness: 54;
readonly contrastThreshold: 65;
};
//# sourceMappingURL=constants.d.ts.map