UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

12 lines (10 loc) 340 B
import AutoPlace from './AutoPlace.js'; import AutoPlaceSelectionBehavior from './AutoPlaceSelectionBehavior.js'; /** * @type { import('didi').ModuleDeclaration } */ export default { __init__: [ 'autoPlaceSelectionBehavior' ], autoPlace: [ 'type', AutoPlace ], autoPlaceSelectionBehavior: [ 'type', AutoPlaceSelectionBehavior ] };