UNPKG

mode-watcher

Version:

SSR-friendly light and dark mode for SvelteKit

8 lines (7 loc) 283 B
import type { ThemeColors } from "../types.js"; type $$ComponentProps = { themeColors: ThemeColors; }; declare const ModeWatcherLite: import("svelte").Component<$$ComponentProps, {}, "">; type ModeWatcherLite = ReturnType<typeof ModeWatcherLite>; export default ModeWatcherLite;