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

main.react.dom.createPortal.kt Maven / Gradle / Ivy

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

package react.dom

import org.w3c.dom.Element
import react.Key
import react.ReactNode
import react.ReactPortal

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

external fun createPortal(
    children: ReactNode?,
    container: Element,
    key: Key? = definedExternally,
): ReactPortal




© 2015 - 2025 Weber Informatics LLC | Privacy Policy