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

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

package react.dom.client

import react.ReactNode

external interface Root {
    fun render(children: ReactNode?)
    fun unmount()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy