Variable themeAtomConst

themeAtom: WritableAtom<"dark" | "light", SetStateActionWithReset<"dark" | "light">, void> = ...

Stores which theme is currently active, based on user or OS setting. Saved in localStorage.

Generated using TypeDoc