
main.react.dom.events.NativeEvents.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package react.dom.events
typealias NativeAnimationEvent = org.w3c.dom.events.AnimationEvent
typealias NativeClipboardEvent = org.w3c.dom.clipboard.ClipboardEvent
typealias NativeCompositionEvent = org.w3c.dom.events.CompositionEvent
typealias NativeDragEvent = org.w3c.dom.DragEvent
typealias NativeFocusEvent = org.w3c.dom.events.FocusEvent
typealias NativeKeyboardEvent = org.w3c.dom.events.KeyboardEvent
typealias NativeMouseEvent = org.w3c.dom.events.MouseEvent
typealias NativeTouchEvent = org.w3c.dom.TouchEvent
typealias NativePointerEvent = org.w3c.dom.pointerevents.PointerEvent
typealias NativeTransitionEvent = org.w3c.dom.events.TransitionEvent
typealias NativeUIEvent = org.w3c.dom.events.UIEvent
typealias NativeWheelEvent = org.w3c.dom.events.WheelEvent
© 2015 - 2025 Weber Informatics LLC | Privacy Policy