UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

8 lines (7 loc) 268 B
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;