UNPKG

bpmn-js

Version:

A bpmn 2.0 toolkit and web modeler

7 lines (5 loc) 240 B
export default class AppendBehavior extends CommandInterceptor { constructor(eventBus: any); } type EventBus = import('diagram-js/lib/core/EventBus').default; import CommandInterceptor from 'diagram-js/lib/command/CommandInterceptor';