UNPKG
vmes-flowable
Version:
latest (1.0.0)
1.0.0
ceshibao
vmes-flowable
/
diagram-js
/
lib
/
features
/
dragging
/
index.js
13 lines
(10 loc)
•
241 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
HoverFixModule
from
'../hover-fix'
;
import
SelectionModule
from
'../selection'
;
import
Dragging
from
'./Dragging'
;
export
default
{
__depends__
: [
HoverFixModule
,
SelectionModule
, ],
dragging
: [
'type'
,
Dragging
], };