Skip to content
On this page

UserEvent

ts
export type UserEvent = MouseEvent | KeyboardEvent | TouchEvent | PointerEvent;