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
/
features
/
view-drd
/
index.js
6 lines
•
140 B
JavaScript
View Raw
1
2
3
4
5
6
import
ViewDrd
from
'./ViewDrd'
;
export
default
{
__init__
: [
'viewDrd'
],
viewDrd
: [
'type'
,
ViewDrd
] };
//# sourceMappingURL=index.js.map