chore: add countdown component type to global.d.ts file (#18013)

This commit is contained in:
DDDDD12138
2024-08-26 20:47:56 +08:00
committed by GitHub
parent 19eaae7171
commit bb4cf0370f

1
global.d.ts vendored
View File

@@ -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']