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

    Type Alias ColorPair

    A single background and foreground color pairing.

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

    Properties

    background: CSSResult
    foreground: CSSResult