Interface SVGStop

interface SVGStop {
    color: string;
    offset: number;
}

Properties

Properties

color: string
offset: number