update 优化 删除无用变量
This commit is contained in:
4
src/types/module.d.ts
vendored
4
src/types/module.d.ts
vendored
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user