Skip to content

Commit

Permalink
Update packages/hooks/src/useTheme/index.en-US.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyib authored Aug 7, 2024
1 parent 4ec9794 commit 09999fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hooks/src/useTheme/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const { theme, themeMode, setThemeMode } = useTheme({

| Property | Description | Type | Default |
| --------------- | ----------------------------------------------------- | -------- | --------- |
| localStorageKey | The key in localStorage to store selected theme mode. | `string` | undefined |
| localStorageKey | The key in localStorage to store selected theme mode | `string` | `undefined` |

### Result

Expand Down

0 comments on commit 09999fa

Please sign in to comment.