SourceTermAnalysisSystem_vue/node_modules/@antv/x6-common/es/dom/event/alias.d.ts
2026-05-15 10:22:44 +08:00

8 lines
268 B
TypeScript

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;