From 897ba8bb9dc5380848e267a14165b6fee5e2a3b9 Mon Sep 17 00:00:00 2001 From: sea <45450994+warmthsea@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:00:01 +0800 Subject: [PATCH] chore(types): `ElAutoResizer` & `ElTableV2` to global.d.ts (#18949) feat(types): `ElAutoResizer` & `ElTableV2` to global.d.ts --- typings/global.d.ts | 2 ++ 1 file changed, 2 insertions(+) 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']