UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

15 lines (10 loc) 274 B
export function createMoveEvent(x: any, y: any): MouseEvent; export default class Mouse { static $inject: string[]; /** * @param eventBus */ constructor(eventBus: EventBus); getLastMoveEvent(): any; } type EventBus = import("../../core/EventBus").default;