bpmn-js
Version:
A bpmn 2.0 toolkit and web modeler
9 lines (7 loc) • 386 B
TypeScript
export default class TextAnnotationBehavior extends CommandInterceptor {
constructor(eventBus: any, textRenderer: any);
}
type EventBus = import("diagram-js/lib/core/EventBus").default;
type TextRenderer = import("../../../draw/TextRenderer").default;
import CommandInterceptor from 'diagram-js/lib/command/CommandInterceptor';
//# sourceMappingURL=TextAnnotationBehavior.d.ts.map