mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-29 17:58:08 +08:00
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:
parent
97652eb14b
commit
b600da6b58
1
global.d.ts
vendored
1
global.d.ts
vendored
@ -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']
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user