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

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

// Automatically generated - do not modify!

package react.dom.events

import web.dom.Element
import web.window.Window

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy