diff --git a/global.d.ts b/global.d.ts index c1544ecc0ae11..e3a8f7bd6943d 100644 --- a/global.d.ts +++ b/global.d.ts @@ -83,6 +83,7 @@ declare module '@vue/runtime-core' { ElTransfer: typeof import('element-plus')['ElTransfer'] ElTree: typeof import('element-plus')['ElTree'] ElTreeV2: typeof import('element-plus')['ElTreeV2'] + ElTreeSelect: typeof import('element-plus')['ElTreeSelect'] ElUpload: typeof import('element-plus')['ElUpload'] ElSpace: typeof import('element-plus')['ElSpace'] ElSkeleton: typeof import('element-plus')['ElSkeleton'] diff --git a/typings/components.d.ts b/typings/components.d.ts index e14606c3d3b19..2911884c3a8b0 100644 --- a/typings/components.d.ts +++ b/typings/components.d.ts @@ -84,6 +84,7 @@ declare module '@vue/runtime-core' { ElTooltip: typeof import('../packages/element-plus')['ElTooltip'] ElTransfer: typeof import('../packages/element-plus')['ElTransfer'] ElTree: typeof import('../packages/element-plus')['ElTree'] + ElTreeSelect: typeof import('../packages/element-plus')['ElTreeSelect'] ElTreeV2: typeof import('../packages/element-plus')['ElTreeV2'] ElUpload: typeof import('../packages/element-plus')['ElUpload'] ElSpace: typeof import('../packages/element-plus')['ElSpace']