MCPcopy Create free account
hub / github.com/css-hooks/css-hooks / ThemeSwitcherProps

Interface ThemeSwitcherProps

example/src/theme-switcher.tsx:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192};
193
194interface ThemeSwitcherProps {
195 value: Theme;
196 onChange: (theme: Theme) => void;
197}
198
199export function ThemeSwitcher({ value, onChange }: ThemeSwitcherProps) {
200 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected