UNPKG

mode-watcher

Version:

SSR-friendly light and dark mode for SvelteKit

9 lines (8 loc) 292 B
/** * The key used to store the `mode` in localStorage. */ export declare const modeStorageKey: import("svelte-toolbelt").WritableBox<string>; /** * The key used to store the `theme` in localStorage. */ export declare const themeStorageKey: import("svelte-toolbelt").WritableBox<string>;