UNPKG
@eclipse-emfcloud/model-manager
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
Command-based model editing with undo/redo.
www.eclipse.org/emfcloud/
eclipse-emfcloud/modelhub
@eclipse-emfcloud/model-manager
/
lib
/
api
/
index.d.ts
4 lines
•
243 B
TypeScript
View Raw
1
2
3
4
export
type
{
CommandStack
,
CommandStackOptions
,
CommandStackSubscription
, }
from
'./command-stack'
;
export
{ createModelManager }
from
'./model-manager'
;
export
type
{
ModelManager
}
from
'./model-manager'
;
//# sourceMappingURL=index.d.ts.map