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

jsMain.react.dom.client.hydrateRoot.kt Maven / Gradle / Ivy

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

package react.dom.client

import react.ReactNode
import web.dom.Element

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

// 18.0+
external fun hydrateRoot(
    container: Element,
    initialChildren: ReactNode,
    options: HydrationOptions = definedExternally,
): Root




© 2015 - 2025 Weber Informatics LLC | Privacy Policy