UNPKG

linkedom

Version:

A triple-linked lists based DOM implementation

7 lines (6 loc) 191 B
/** * @implements globalThis.HTMLLegendElement */ export class HTMLLegendElement extends HTMLElement implements globalThis.HTMLLegendElement { } import { HTMLElement } from "./element.js";