UNPKG

mode-watcher

Version:

SSR-friendly light and dark mode for SvelteKit

5 lines (4 loc) 213 B
import type { ModeWatcherProps } from "../types.js"; declare const ModeWatcher: import("svelte").Component<ModeWatcherProps, {}, "">; type ModeWatcher = ReturnType<typeof ModeWatcher>; export default ModeWatcher;