chore(build): [ElTour & ElTourStep & ElPopover] update global types (#15401)

chore(build): [ElTour & ElTour & ElPopover] update global types
This commit is contained in:
xiaoming 2024-01-08 10:46:22 +08:00 committed by GitHub
parent 78c5f81651
commit e9318e6dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

2
global.d.ts vendored
View File

@ -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 {

View File

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