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

type

{ prototype: SVGUnitTypes; readonly SVG_UNIT_TYPE_OBJECTBOUNDINGBOX: number; readonly SVG_UNIT_TYPE_UNKNOWN: number; readonly SVG_UNIT_TYPE_USERSPACEONUSE: number; new (): SVGUnitTypes; }