update 优化 删除无用变量
This commit is contained in:
parent
150f1d793c
commit
484db3c09e
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user