diff --git a/typings/global.d.ts b/typings/global.d.ts index ac2cdad78b..e7f8c826cd 100644 --- a/typings/global.d.ts +++ b/typings/global.d.ts @@ -4,6 +4,7 @@ declare module 'vue' { ElAffix: typeof import('element-plus')['ElAffix'] ElAlert: typeof import('element-plus')['ElAlert'] ElAside: typeof import('element-plus')['ElAside'] + ElAutoResizer: typeof import('element-plus')['ElAutoResizer'] ElAutocomplete: typeof import('element-plus')['ElAutocomplete'] ElAvatar: typeof import('element-plus')['ElAvatar'] ElAnchor: typeof import('element-plus')['ElAnchor'] @@ -74,6 +75,7 @@ declare module 'vue' { ElSwitch: typeof import('element-plus')['ElSwitch'] ElTabPane: typeof import('element-plus')['ElTabPane'] ElTable: typeof import('element-plus')['ElTable'] + ElTableV2: typeof import('element-plus')['ElTableV2'] ElTableColumn: typeof import('element-plus')['ElTableColumn'] ElTabs: typeof import('element-plus')['ElTabs'] ElTag: typeof import('element-plus')['ElTag']