UNPKG

happy-dom

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 285 B
import IHTMLElementConfigEntity from './IHTMLElementConfigEntity.cjs'; /** * @see https://html.spec.whatwg.org/multipage/indices.html */ declare const _default: { [key: string]: IHTMLElementConfigEntity; }; export default _default; //# sourceMappingURL=HTMLElementConfig.d.ts.map