interface IBackgroundMaskCover {
    color?: string | IRangeColor;
    image?: string;
    opacity: number;
}

Implemented by

Properties

Properties

color?: string | IRangeColor
image?: string
opacity: number