diff --git a/global.d.ts b/global.d.ts index 017d2c7975..1a68609b35 100644 --- a/global.d.ts +++ b/global.d.ts @@ -92,6 +92,7 @@ declare module 'vue' { ElSkeleton: typeof import('element-plus')['ElSkeleton'] ElSkeletonItem: typeof import('element-plus')['ElSkeletonItem'] ElStatistic: typeof import('element-plus')['ElStatistic'] + ElCountdown: typeof import('element-plus')['ElCountdown'] ElCheckTag: typeof import('element-plus')['ElCheckTag'] ElDescriptions: typeof import('element-plus')['ElDescriptions'] ElDescriptionsItem: typeof import('element-plus')['ElDescriptionsItem']