UNPKG
dmn-js-decision-table-custom-z
Version:
latest (11.0.9)
11.0.9
11.0.8
11.0.7
11.0.6
11.0.5
11.0.4
11.0.3
A decision table view for dmn-js
github.com/bpmn-io/dmn-js
bpmn-io/dmn-js
dmn-js-decision-table-custom-z
/
lib
/
core
/
index.js
6 lines
•
183 B
JavaScript
View Raw
1
2
3
4
5
6
import
importModule
from
'../import'
;
import
renderModule
from
'table-js/lib/render'
;
export
default
{
__depends__
: [importModule, renderModule] };
//# sourceMappingURL=index.js.map