
main.react.PureComponent.kt Maven / Gradle / Ivy
@file:JsModule("react")
@file:JsNonModule
package react
abstract external class PureComponent(
props: P = definedExternally,
) : Component
{
final override fun shouldComponentUpdate(
nextProps: P,
nextState: S,
): Boolean
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy