jstd-web/node_modules/diagram-js/lib/features/auto-place/index.js

8 lines
279 B
JavaScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
import AutoPlace from './AutoPlace';
import AutoPlaceSelectionBehavior from './AutoPlaceSelectionBehavior';
export default {
__init__: [ 'autoPlaceSelectionBehavior' ],
autoPlace: [ 'type', AutoPlace ],
autoPlaceSelectionBehavior: [ 'type', AutoPlaceSelectionBehavior ]
};