From 2bd138ea8e8897701047bfcdc8119767c155b734 Mon Sep 17 00:00:00 2001 From: lijianan <574980606@qq.com> Date: Sat, 25 Mar 2023 13:44:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore:=20remove=20useless=20type?= =?UTF-8?q?=20(#41447)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typings/custom-typings.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/typings/custom-typings.d.ts b/typings/custom-typings.d.ts index 92e0e91530..bd600b9724 100644 --- a/typings/custom-typings.d.ts +++ b/typings/custom-typings.d.ts @@ -8,8 +8,6 @@ declare module '*.svg' { export default src; } -declare module 'rc-pagination/*'; - declare module 'rc-util*'; declare module 'rc-checkbox';