feat(common): update skeletonCabinSymbol exports

This commit is contained in:
liujuping 2023-09-06 17:17:35 +08:00 committed by 林熠
parent 34acd70659
commit 7ef62308d7

View File

@ -176,7 +176,7 @@ class SkeletonCabin implements IPublicApiCommonSkeletonCabin {
constructor(skeleton: InnerSkeleton) {
this[skeletonSymbol] = skeleton;
this[skeletonCabinSymbol] = {
Workbench: this.Workbench,
Workbench: InnerWorkbench,
createSettingFieldView: this.createSettingFieldView,
PopupContext: InnerPopupContext,
PopupPipe: InnerPopupPipe,