Type alias IHtml

IHtml: typeof html & {
    [key in keyof HTMLElementTagNameMap]: HTMLElementBuilder<key>
}