createRoot

external fun createRoot(container: Element, options: RootOptions = definedExternally): Root(source)
external fun createRoot(container: DocumentFragment, options: RootOptions = definedExternally): Root(source)
external fun createRoot(container: Document, options: RootOptions = definedExternally): Root(source)