(
type: string,
namespace?: ElementNamespace,
isCustomizedBuiltIn?: string,
vnodeProps?: (VNodeProps & { [key: string]: any }) | null,
)
| 125 | insert(el: HostNode, parent: HostElement, anchor?: HostNode | null): void |
| 126 | remove(el: HostNode): void |
| 127 | createElement( |
| 128 | type: string, |
| 129 | namespace?: ElementNamespace, |
| 130 | isCustomizedBuiltIn?: string, |
no outgoing calls