UNPKG

happy-dom-without-node

Version:

Happy DOM is a JavaScript implementation of a web browser without its graphical user interface. It includes many web standards from WHATWG DOM and HTML.

9 lines 284 B
import IHTMLElementConfigEntity from './IHTMLElementConfigEntity.js'; /** * @see https://html.spec.whatwg.org/multipage/indices.html */ declare const _default: { [key: string]: IHTMLElementConfigEntity; }; export default _default; //# sourceMappingURL=HTMLElementConfig.d.ts.map