jstd-web/node_modules/diagram-js/lib/features/outline/index.js

6 lines
111 B
JavaScript
Raw Normal View History

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