update 优化 删除无用变量
This commit is contained in:
parent
150f1d793c
commit
484db3c09e
|
|
@ -49,7 +49,3 @@ export type ObjKeysToUnion<T, P extends string = ''> = T extends object
|
||||||
}[keyof T]
|
}[keyof T]
|
||||||
: P;
|
: P;
|
||||||
|
|
||||||
declare module 'vform3-builds' {
|
|
||||||
const content: any;
|
|
||||||
export = content;
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue