UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

9 lines (8 loc) 207 B
export default class BendpointSnapping { static $inject: string[]; /** * @param eventBus */ constructor(eventBus: EventBus); } type EventBus = import("../../core/EventBus.js").default;