diagram-js
Version:
A toolbox for displaying and modifying diagrams on the web
12 lines (10 loc) • 334 B
JavaScript
import AutoPlace from './AutoPlace';
import AutoPlaceSelectionBehavior from './AutoPlaceSelectionBehavior';
/**
* @type { import('didi').ModuleDeclaration }
*/
export default {
__init__: [ 'autoPlaceSelectionBehavior' ],
autoPlace: [ 'type', AutoPlace ],
autoPlaceSelectionBehavior: [ 'type', AutoPlaceSelectionBehavior ]
};