UNPKG

dmn-js-boxed-expression

Version:

A boxed expression view for dmn-js

8 lines 368 B
import ElementVariableEditor from './ElementVariableEditor'; import ElementVariableEditorComponent from './components/ElementVariableEditorComponent'; export default { __init__: ['elementVariableComponent'], elementVariable: ['type', ElementVariableEditor], elementVariableComponent: ['type', ElementVariableEditorComponent] }; //# sourceMappingURL=editor.js.map