From bb4cf0370ff40413fae6f88c2c545698f6afefac Mon Sep 17 00:00:00 2001 From: DDDDD12138 <43703884+DDDDD12138@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:47:56 +0800 Subject: [PATCH] chore: add countdown component type to global.d.ts file (#18013) --- global.d.ts | 1 + 1 file changed, 1 insertion(+) 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']