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

type

{ prototype: SVGTextContentElement; readonly LENGTHADJUST_SPACING: number; readonly LENGTHADJUST_SPACINGANDGLYPHS: number; readonly LENGTHADJUST_UNKNOWN: number; new (): SVGTextContentElement; }