From 484db3c09ec004d0ec9fb4a59aae170eabd07be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Fri, 29 Nov 2024 10:02:03 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=97=A0=E7=94=A8=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/module.d.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/types/module.d.ts b/src/types/module.d.ts index 9942657..2fc273a 100644 --- a/src/types/module.d.ts +++ b/src/types/module.d.ts @@ -49,7 +49,3 @@ export type ObjKeysToUnion = T extends object }[keyof T] : P; -declare module 'vform3-builds' { - const content: any; - export = content; -}