From f953482a4d0b497b1eed559e0714fb9d7e13406b Mon Sep 17 00:00:00 2001 From: Konv Suu <2583695112@qq.com> Date: Sun, 15 Oct 2023 20:51:13 -0500 Subject: [PATCH] chore: remove repeat type (#6962) --- typings/global.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/typings/global.d.ts b/typings/global.d.ts index d48c8da20..1f787aee0 100644 --- a/typings/global.d.ts +++ b/typings/global.d.ts @@ -266,8 +266,6 @@ declare module 'vue' { ABackTop: typeof import('ant-design-vue')['BackTop']; AWatermark: typeof import('ant-design-vue')['Watermark']; - - AStyleProvider: typeof import('ant-design-vue')['StyleProvider']; } } export {};