fix(components): add segmented component type to global.d.ts file (#17949)

fix(components): add segmented component type to `global.d.ts` file
This commit is contained in:
DDDDD12138 2024-08-20 17:34:17 +08:00 committed by GitHub
parent 97652eb14b
commit b600da6b58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
global.d.ts vendored
View File

@ -100,6 +100,7 @@ declare module 'vue' {
ElWatermark: typeof import('element-plus')['ElWatermark']
ElTour: typeof import('element-plus')['ElTour']
ElTourStep: typeof import('element-plus')['ElTourStep']
ElSegmented: typeof import('element-plus')['ElSegmented']
ElMention: typeof import('element-plus')['ElMention']
}