export type EventRaw = Event export type UIEventRaw = UIEvent export type MouseEventRaw = MouseEvent export type DragEventRaw = DragEvent export type KeyboardEventRaw = KeyboardEvent export type TouchEventRaw = TouchEvent export type FocusEventRaw = FocusEvent