UNPKG

linkedom

Version:

A triple-linked lists based DOM implementation

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