UNPKG

linkedom

Version:

A triple-linked lists based DOM implementation

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