We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155c568 commit 0f15453Copy full SHA for 0f15453
lib/nthul/package.json
@@ -77,6 +77,9 @@
77
"react-server-components",
78
"react-client-components",
79
"themes",
80
+ "zen-store",
81
+ "r18gs",
82
+ "react18-global-store",
83
"dark-mode",
84
"dark-theme",
85
"dark-themes",
lib/nthul/src/client/theme-switcher/theme-switcher.tsx
@@ -1,5 +1,5 @@
1
import useRGS from "r18gs";
2
-import type { SetStateAction } from "r18gs/use-rgs";
+import type { SetStateAction } from "r18gs";
3
import * as React from "react";
4
import type { ColorSchemePreference, ThemeState } from "../../constants";
5
import { DEFAULT_ID, DEFAULT_THEME_STATE } from "../../constants";
0 commit comments