UNPKG

ajsfw

Version:
5 lines (4 loc) 161 B
import { IHTMLElement } from "./IHTMLElement"; import Element from "./Element"; export default class HTMLElement extends Element implements IHTMLElement { }