mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-10 18:03:01 +00:00
feat(common): update designerCabinSymbol exports
This commit is contained in:
parent
7ef62308d7
commit
4507e83d7d
@ -40,6 +40,7 @@ import {
|
||||
Designer as InnerDesigner,
|
||||
Node as InnerNode,
|
||||
LowCodePluginManager as InnerLowCodePluginManager,
|
||||
DesignerView as InnerDesignerView,
|
||||
} from '@alilc/lowcode-designer';
|
||||
import {
|
||||
Skeleton as InnerSkeleton,
|
||||
@ -105,6 +106,7 @@ class DesignerCabin implements IPublicApiCommonDesignerCabin {
|
||||
Designer: InnerDesigner,
|
||||
Node: InnerNode,
|
||||
LowCodePluginManager: InnerLowCodePluginManager,
|
||||
DesignerView: InnerDesignerView,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user