UNPKG

svg-engine

Version:
8 lines (7 loc) 288 B
import { SVGInstance } from "../../../browser/instance/SVGInstance.js"; export declare class WidthHeight extends SVGInstance { width(): string | number | null; width(width: number | string): this; height(): string | number | null; height(height: number | string): this; }