@electrovir/color - v1.7.8
    Preparing search index...

    Variable VirColorPickerConst

    VirColorPicker: DeclarativeElementDefinition<
        "vir-color-picker",
        Readonly<
            { color: string
            | Readonly<Color>
            | undefined } & PartialWithUndefined<
                { alwaysShowPicker: boolean; showHexValue: boolean },
            >,
        >,
        {
            rawInput: string | undefined;
            selectedFormatName:
                | "rgb"
                | "hex"
                | "hsl"
                | "hwb"
                | "lab"
                | "lch"
                | "oklab"
                | "oklch";
        },
        { colorChange: DefineEvent<string> },
        "vir-color-picker-always-show",
        "vir-color-picker-swatch-width" | "vir-color-picker-swatch-height",
        readonly [],
        readonly [],
    > = ...

    A color picker element with a swatch that opens a popup with color format sliders.

    Set the width and height of the swatch using the provided CSS variables.