UNPKG

linkedom

Version:

A triple-linked lists based DOM implementation

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