(el: HostNode, parent: HostElement, anchor?: HostNode | null)
| 123 | parentComponent?: ComponentInternalInstance | null, |
| 124 | ): void |
| 125 | insert(el: HostNode, parent: HostElement, anchor?: HostNode | null): void |
| 126 | remove(el: HostNode): void |
| 127 | createElement( |
| 128 | type: string, |