All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.react.dom.client.createRoot.kt Maven / Gradle / Ivy

@file:JsModule("react-dom/client")
@file:JsNonModule

package react.dom.client

import org.w3c.dom.Element

// See https://reactjs.org/docs/react-dom.html

// 18.0+
external fun createRoot(
    container: Element,
    options: RootOptions = definedExternally,
): Root




© 2015 - 2025 Weber Informatics LLC | Privacy Policy