Nextjs Themes
    Preparing search index...
    interface ColorSwitchProps {
        size?: number;
        skipSystem?: boolean;
        targetSelector?: string;
    }

    Hierarchy

    Index

    Properties

    size?: number

    Diameter of the color switch

    skipSystem?: boolean

    Skip system colorScheme while toggling

    targetSelector?: string