UNPKG

bpmn-js

Version:

A bpmn 2.0 toolkit and web modeler

10 lines (8 loc) 213 B
export default class BpmnGridSnapping { static $inject: string[]; /** * @param eventBus */ constructor(eventBus: EventBus); } type EventBus = import('diagram-js/lib/core/EventBus').default;