type HTMLProps = { container?: Element, style?: Record<string, any>, inspectable?: boolean, children?: Element, }
packages / react / src / html.ts