interface IBackground {
    color: string | IRangeColor;
    image: string;
    opacity: number;
    position: string;
    repeat: string;
    size: string;
}

Implemented by

Properties

color: string | IRangeColor
image: string
opacity: number
position: string
repeat: string
size: string