@rfkit/theme
Version:
A flexible light/dark theme switching library supporting custom theme configuration, dynamic switching, and responsive design
6 lines • 306 B
TypeScript
import { ThemeType, type ThemeConfigs } from './types';
export declare const DEFAULT_THEME_CONFIGS: ThemeConfigs;
export declare const THEME_KEY = "theme";
export declare const THEME_MODE_KEY = "theme-follow-OS";
export declare const DEFAULT_THEME = ThemeType.Light;
//# sourceMappingURL=constants.d.ts.map