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

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

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

package react.dom

import org.w3c.dom.Element

/**
 * [Deprecation details](https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html#deprecations)
 */
@Deprecated("Legacy API")
external fun unmountComponentAtNode(
    domContainerNode: Element?,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy