UNPKG

bpmn-js

Version:

A bpmn 2.0 toolkit and web modeler

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