mfuntowicz's picture
mfuntowicz HF Staff
Upload folder using huggingface_hub
04ec17f verified
raw
history blame
276 Bytes
import { box } from "svelte-toolbelt";
/**
* The key used to store the `mode` in localStorage.
*/
export const modeStorageKey = box("mode-watcher-mode");
/**
* The key used to store the `theme` in localStorage.
*/
export const themeStorageKey = box("mode-watcher-theme");