UNPKG

dmn-js-decision-table

Version:

A decision table view for dmn-js

9 lines 306 B
import SimpleMode from '../simple-mode'; import SimpleBooleanEdit from './SimpleBooleanEdit'; import Keyboard from '../keyboard'; export default { __depends__: [Keyboard, SimpleMode], __init__: ['simpleBooleanEdit'], simpleBooleanEdit: ['type', SimpleBooleanEdit] }; //# sourceMappingURL=index.js.map