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

    Variable VirColorSwatchConst

    VirColorSwatch: DeclarativeElementDefinition<
        "vir-color-swatch",
        _RequireAtLeastOne<
            {
                backgroundColor: string
                | Readonly<Color>;
                foregroundColor: string | Readonly<Color>;
            },
            "foregroundColor"
            | "backgroundColor",
        >,
        {},
        {},
        "vir-color-swatch-",
        "vir-color-swatch-",
        readonly [],
        readonly [],
    > = ...

    Show a background and/or foreground color. Note that if a foreground color is provided that it is not actually applied to anything, you must provide a child element for it to be applied to.