UNPKG
vmes-flowable
Version:
latest (1.0.0)
1.0.0
ceshibao
vmes-flowable
/
jeeplus-bpmn
/
lib
/
features
/
interaction-events
/
index.js
6 lines
(5 loc)
•
181 B
JavaScript
View Raw
1
2
3
4
5
6
import
BpmnInteractionEvents
from
'./BpmnInteractionEvents'
;
export
default
{
__init__
: [
'bpmnInteractionEvents'
],
bpmnInteractionEvents
: [
'type'
,
BpmnInteractionEvents
] };