mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
chore(build): [ElTour & ElTourStep & ElPopover] update global types (#15401)
chore(build): [ElTour & ElTour & ElPopover] update global types
This commit is contained in:
parent
78c5f81651
commit
e9318e6dde
2
global.d.ts
vendored
2
global.d.ts
vendored
@ -96,6 +96,8 @@ declare module '@vue/runtime-core' {
|
||||
ElResult: typeof import('element-plus')['ElResult']
|
||||
ElSelectV2: typeof import('element-plus')['ElSelectV2']
|
||||
ElWatermark: typeof import('element-plus')['ElWatermark']
|
||||
ElTour: typeof import('element-plus')['ElTour']
|
||||
ElTourStep: typeof import('element-plus')['ElTourStep']
|
||||
}
|
||||
|
||||
interface ComponentCustomProperties {
|
||||
|
3
typings/components.d.ts
vendored
3
typings/components.d.ts
vendored
@ -59,6 +59,7 @@ declare module '@vue/runtime-core' {
|
||||
ElPagination: typeof import('../packages/element-plus')['ElPagination']
|
||||
ElPopconfirm: typeof import('../packages/element-plus')['ElPopconfirm']
|
||||
ElPopper: typeof import('../packages/element-plus')['ElPopper']
|
||||
ElPopover: typeof import('../packages/element-plus')['ElPopover']
|
||||
ElProgress: typeof import('../packages/element-plus')['ElProgress']
|
||||
ElRadio: typeof import('../packages/element-plus')['ElRadio']
|
||||
ElRadioButton: typeof import('../packages/element-plus')['ElRadioButton']
|
||||
@ -85,8 +86,8 @@ declare module '@vue/runtime-core' {
|
||||
ElTooltip: typeof import('../packages/element-plus')['ElTooltip']
|
||||
ElTransfer: typeof import('../packages/element-plus')['ElTransfer']
|
||||
ElTree: typeof import('../packages/element-plus')['ElTree']
|
||||
ElTreeSelect: typeof import('../packages/element-plus')['ElTreeSelect']
|
||||
ElTreeV2: typeof import('../packages/element-plus')['ElTreeV2']
|
||||
ElTreeSelect: typeof import('../packages/element-plus')['ElTreeSelect']
|
||||
ElUpload: typeof import('../packages/element-plus')['ElUpload']
|
||||
ElSpace: typeof import('../packages/element-plus')['ElSpace']
|
||||
ElSkeleton: typeof import('../packages/element-plus')['ElSkeleton']
|
||||
|
Loading…
Reference in New Issue
Block a user