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