UNPKG

@jill64/svelte-dark-theme

Version:
6 lines (5 loc) 174 B
import type { ThemeSetting } from './types/ThemeSetting'; export declare const setting: { readonly see: "dark" | "light" | "sync"; set(value: ThemeSetting): void; };