Skip to content

Commit

Permalink
feat(common): update designerCabinSymbol exports
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping committed Sep 7, 2023
1 parent 7ef6230 commit 514abfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/shell/src/api/common.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -105,6 +106,7 @@ class DesignerCabin implements IPublicApiCommonDesignerCabin {
Designer: InnerDesigner,
Node: InnerNode,
LowCodePluginManager: InnerLowCodePluginManager,
DesignerView: InnerDesignerView,
};
}

Expand Down

0 comments on commit 514abfd

Please sign in to comment.