UNPKG

svg-engine

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