Skip to main content
Latest
variable SVGViewElement
import { SVGViewElement } from "https://deno.land/x/domtype@v1.0.4/domtype.d.ts";

type

{ prototype: SVGViewElement; readonly SVG_ZOOMANDPAN_DISABLE: number; readonly SVG_ZOOMANDPAN_MAGNIFY: number; readonly SVG_ZOOMANDPAN_UNKNOWN: number; new (): SVGViewElement; }