Props for ThemeSwitcher.
const props: ThemeSwitcherProps = { size: "medium" }; Copy
const props: ThemeSwitcherProps = { size: "medium" };
interface ThemeSwitcherProps { /** Icon button size. Defaults to `"small"`. */ size?: "small" | "medium" | "large";} Copy
interface ThemeSwitcherProps { /** Icon button size. Defaults to `"small"`. */ size?: "small" | "medium" | "large";}
Optional
Icon button size. Defaults to "small".
"small"
Props for ThemeSwitcher.
Example
Source