Type alias IHtml2

IHtml2: typeof html & {
    [key in keyof HTMLElementTagNameMap]: ((...children) => HTMLElementBuilder<key>)
}