UNPKG

svg-engine

Version:
6 lines (5 loc) 281 B
import { SVGInstance } from "../../../browser/instance/SVGInstance.js"; import { SVGStopInstance } from "../../instances/SVGStopInstance.js"; export declare class GradientStopInstances extends SVGInstance { addStop(position: number | string, color: string): SVGStopInstance; }