UNPKG
rete-angular-jellytech-plugin
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Angular Jellytech ==== Plugin for displaying SCADA and overview elements
rete-angular-jellytech-plugin
/
presets
/
index.d.ts
9 lines
(8 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Built-in presets, responsible for rendering different parts of the editor. *
@module
*/
export
*
as
classic
from
'./classic'
;
export
*
as
contextMenu
from
'./context-menu'
;
export
*
as
minimap
from
'./minimap'
;
export
*
as
reroute
from
'./reroute'
;