UNPKG

dmn-js-decision-table

Version:

A decision table view for dmn-js

10 lines 310 B
import { PoweredByComponent } from 'dmn-js-shared/lib/util/PoweredByUtil'; export default class PoweredBy { constructor(components) { components.onGetComponent('table.before', () => { return PoweredByComponent; }); } } PoweredBy.$inject = ['components']; //# sourceMappingURL=PoweredBy.js.map