9 lines
216 B
JavaScript
9 lines
216 B
JavaScript
|
module.exports = {
|
||
|
__depends__: [
|
||
|
require('./index'),
|
||
|
require('diagram-js/lib/i18n/translate').default
|
||
|
],
|
||
|
__init__: [ 'propertiesPanel' ],
|
||
|
propertiesPanel: [ 'type', require('./PropertiesPanel') ]
|
||
|
};
|