Interface ExprColor

Represents a MapLibre color value in the expression type system.

interface ExprColor {
    __brand: "honua-expr-color";
}

Properties

Properties

__brand