瀏覽代碼

update 优化 删除无用变量

疯狂的狮子Li 7 月之前
父節點
當前提交
484db3c09e
共有 1 個文件被更改,包括 0 次插入4 次删除
  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;
-}