interface SwitchProps {
    size?: number;
    skipSystem?: boolean;
    tag?: "button" | "div";
}

Hierarchy

Properties

size?: number

Diameter of the color switch

skipSystem?: boolean

Skip system colorScheme while toggling

tag?: "button" | "div"

html tag

'button'