UNPKG
vmes-flowable
Version:
latest (1.0.0)
1.0.0
ceshibao
vmes-flowable
/
diagram-js
/
lib
/
features
/
hover-fix
/
index.js
8 lines
(7 loc)
•
123 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
HoverFix
from
'./HoverFix'
;
export
default
{
__init__
: [
'hoverFix'
],
hoverFix
: [
'type'
,
HoverFix
], };