Deprecated
Directly use HTMLElementTagNameMap or SVGElementTagNameMap as appropriate, instead.
import { type dom } from "https://deno.land/x/evt@v2.4.17/mod.ts";
const { ElementTagNameMap } = dom;
deprecated
definition: HTMLElementTagNameMap & Pick<SVGElementTagNameMap, Exclude<keyof SVGElementTagNameMap, keyof HTMLElementTagNameMap>>