Interface Fill

interface Fill {
    color?: string | number[];
}

Properties

Properties

color?: string | number[]

The color.