UNPKG
golfnet-editor
Version:
latest (1.1.0)
1.1.0
## Features
github.com/pinussilvestrus/postit-js
pinussilvestrus/postit-js
golfnet-editor
/
lib
/
features
/
editor-actions
/
index.js
11 lines
(8 loc)
•
248 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
EditorActionsModule
from
'diagram-js/lib/features/editor-actions'
;
import
PostitEditorActions
from
'./PostitEditorActions'
;
export
default
{
__depends__
: [
EditorActionsModule
],
editorActions
: [
'type'
,
PostitEditorActions
] };