interface ColorSwitchProps {
    size?: number;
    skipSystem?: boolean;
    targetSelector?: string;
}

Hierarchy

Properties

size?: number

Diameter of the color switch

skipSystem?: boolean

Skip system colorScheme while toggling

targetSelector?: string