interface IShadow {
    blur: number;
    color: string | IRangeColor;
    enable: boolean;
    offset: ICoordinates;
}

Implemented by

Properties

Properties

blur: number
color: string | IRangeColor
enable: boolean
offset: ICoordinates