Pārlūkot izejas kodu

update 优化 删除无用变量

疯狂的狮子Li 7 mēneši atpakaļ
vecāks
revīzija
484db3c09e
1 mainītis faili ar 0 papildinājumiem un 4 dzēšanām
  1. 0 4
      src/types/module.d.ts

+ 0 - 4
src/types/module.d.ts

@@ -49,7 +49,3 @@ export type ObjKeysToUnion<T, P extends string = ''> = T extends object
     }[keyof T]
   : P;
 
-declare module 'vform3-builds' {
-  const content: any;
-  export = content;
-}