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

type

{ prototype: SVGFEDisplacementMapElement; readonly SVG_CHANNEL_A: number; readonly SVG_CHANNEL_B: number; readonly SVG_CHANNEL_G: number; readonly SVG_CHANNEL_R: number; readonly SVG_CHANNEL_UNKNOWN: number; new (): SVGFEDisplacementMapElement; }