UNPKG

bootstrap-darkmode

Version:

Stylesheet and Scripts for implementing dark mode with Bootstrap 4

11 lines (10 loc) 314 B
export declare class ThemeConfig { themeChangeHandlers: ((theme: string) => void)[]; loadTheme(): string | null; saveTheme(theme: string | null): void; initTheme(): void; detectTheme(): string; getTheme(): string; setTheme(theme: string): void; displayTheme(theme: string): void; }