element-book - v26.17.4
    Preparing search index...

    Type Alias ColorPair

    A single background and foreground color pairing.

    type ColorPair = {
        background: CSSResult;
        foreground: CSSResult;
    }
    Index
    background: CSSResult
    foreground: CSSResult