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 7e35b13 commit 0c95e38Copy full SHA for 0c95e38
packages/theme/src/Provider.tsx
@@ -14,7 +14,7 @@ const SAVED_SELECTED_THEME_KEY = "saved_selected_theme";
14
15
type ThemeContextType = {
16
theme: ReadTheme;
17
- changeTheme: (themeName: string) => void;
+ changeTheme: (themeName: string, options?: ChangeThemeOptions) => void;
18
};
19
20
const ThemeContext = React.createContext<ThemeContextType>({
0 commit comments