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

    Variable VirColorPairConst

    VirColorPair: DeclarativeElementDefinition<
        "vir-color-pair",
        {
            color: Readonly<ColorPair>;
            fontWeight: FontWeight;
            showContrast: boolean;
            showVarNames: boolean;
            showVarValues: boolean;
        },
        { forceShowEverything: boolean; previewElement: HTMLElement
        | undefined },
        {},
        "vir-color-pair-no-contrast-tips",
        "vir-color-pair-",
        readonly [],
        readonly [],
    > = ...

    Showcase a foreground/backend color pair.