update 优化 删除无用变量

This commit is contained in:
疯狂的狮子Li 2024-11-29 10:02:03 +08:00
parent 150f1d793c
commit 484db3c09e

View File

@ -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;
}