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

type

{ prototype: SVGFEMorphologyElement; readonly SVG_MORPHOLOGY_OPERATOR_DILATE: number; readonly SVG_MORPHOLOGY_OPERATOR_ERODE: number; readonly SVG_MORPHOLOGY_OPERATOR_UNKNOWN: number; new (): SVGFEMorphologyElement; }