We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c572883 commit 8865aaaCopy full SHA for 8865aaa
1 file changed
packages/theme/README.md
@@ -72,7 +72,7 @@ enum ThemePreference {
72
you can import this enum directly
73
74
```ts
75
-import {ThemeProvider} from "@marcus-rise/react-theme";
+import {ThemePreference} from "@marcus-rise/react-theme";
76
```
77
78
- `toggleTheme` is a `function`, that toggle preferences from `system` -> `light` -> `dark`
0 commit comments