Type alias RootRenderFunction<HostElement>

RootRenderFunction<HostElement>: ((vnode, container, isSVG?) => void)

Type Parameters

Type declaration

    • (vnode, container, isSVG?): void
    • Parameters

      • vnode: VNode | null
      • container: HostElement
      • Optional isSVG: boolean

      Returns void

Generated using TypeDoc