xtreme-ui
Version:
Collection of reusable components that can be used in web projects
19 lines • 610 B
TypeScript
import { EThemeScheme, TThemeColor } from '../../components/context/Theme/types';
export declare const STORAGE: {
themeSchemeAttr: string;
themeScheme: string;
themeColor: string;
};
export declare const THEME_SCHEME: readonly [{
readonly name: EThemeScheme.auto;
readonly icon: "e163";
}, {
readonly name: EThemeScheme.light;
readonly icon: "e28f";
}, {
readonly name: EThemeScheme.dark;
readonly icon: "f186";
}];
export declare const ThemeColorsPreset: Record<string, TThemeColor>;
export declare const defaultColorPreset: TThemeColor;
//# sourceMappingURL=theme.d.ts.map