@continuum-js/dom / mount
Function: mount()
mount(
container,view): () =>void
Defined in: index.tsx:940
Mount a view under a root owner. Returns an unmount function.
Parameters
container
Node
view
() => Node
Returns
() => void
@continuum-js/dom / mount
mount(
container,view): () =>void
Defined in: index.tsx:940
Mount a view under a root owner. Returns an unmount function.
Node
() => Node
() => void