UNPKG

linkedom

Version:

A triple-linked lists based DOM implementation

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