Interface ThemeSwitchButtonProps
interface ThemeSwitchButtonProps { boxSize?: ResponsiveValue<number | "intrinsic" | string & {} | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "-moz-max-content" | "-moz-min-content" | "-webkit-fit-content" | "fit-content" | "max-content" | "min-content" | "-moz-fit-content" | "-webkit-max-content" | "min-intrinsic">; children?: ReactNode; color?: DevfiveColorKey; darkIcon?: ReactNode; lightIcon?: ReactNode; } Properties
Optional boxSize
boxSize?: ResponsiveValue<number | "intrinsic" | string & {} | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "-moz-max-content" | "-moz-min-content" | "-webkit-fit-content" | "fit-content" | "max-content" | "min-content" | "-moz-fit-content" | "-webkit-max-content" | "min-intrinsic"> Optional children
children?: ReactNode
Optional darkIcon
darkIcon?: ReactNode
Optional lightIcon
lightIcon?: ReactNode