///|
pub type MouseEventHandler = (MouseEvent) -> Unit

///|
pub type ChangeEventHandler = (ChangeEvent) -> Unit

///|
pub type KeyboardEventHandler = (KeyboardEvent) -> Unit

///|
pub type DragEventHandler = (DragEvent) -> Unit