mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore: add countdown component type to global.d.ts file (#18013)
This commit is contained in:
1
global.d.ts
vendored
1
global.d.ts
vendored
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user