UNPKG

svg-engine

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