From b600da6b58cdd9fe41f80731ed589a01c628890f Mon Sep 17 00:00:00 2001 From: DDDDD12138 <43703884+DDDDD12138@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:34:17 +0800 Subject: [PATCH] fix(components): add segmented component type to `global.d.ts` file (#17949) fix(components): add segmented component type to `global.d.ts` file --- global.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/global.d.ts b/global.d.ts index 5793f17737..017d2c7975 100644 --- a/global.d.ts +++ b/global.d.ts @@ -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'] }