UNPKG

linkedom

Version:

A triple-linked lists based DOM implementation

10 lines (9 loc) 279 B
/** * @implements globalThis.HTMLStyleElement */ export class HTMLStyleElement extends TextElement implements globalThis.HTMLStyleElement { get sheet(): any; [SHEET]: any; } import { TextElement } from "./text-element.js"; import { SHEET } from "../shared/symbols.js";