UNPKG

bpmn-js

Version:

A bpmn 2.0 toolkit and web modeler

11 lines (9 loc) 265 B
export default class SpaceToolBehavior { static $inject: string[]; /** * @param eventBus */ constructor(eventBus: EventBus); } type EventBus = import("diagram-js/lib/core/EventBus").default; type Shape = import("../../../model/Types").Shape;