UNPKG

bpmn-js

Version:

A bpmn 2.0 toolkit and web modeler

14 lines (12 loc) 246 B
/** * BPMN auto-place behavior. * */ export default class AutoPlace { static $inject: string[]; /** * @param eventBus */ constructor(eventBus: EventBus); } type EventBus = import('diagram-js/lib/core/EventBus').default;