UNPKG

svg-engine

Version:
6 lines (5 loc) 180 B
import { SVGInstance } from "../../../node/instance/SVGInstance.js"; export declare class Color extends SVGInstance { color(): string | null; color(color: string): this; }