UNPKG

bootstrap-darkmode

Version:

Stylesheet and Scripts for implementing dark mode with Bootstrap 4

3 lines (2 loc) 126 B
import { ThemeConfig } from './theme-config'; export declare function writeDarkSwitch(config: ThemeConfig): HTMLInputElement;