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

main.react.dom.events.UIEvent.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package react.dom.events

import org.w3c.dom.Element
import react.dom.AbstractView

external interface UIEvent : SyntheticEvent {
    val detail: Int
    val view: AbstractView
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy