add form build

This commit is contained in:
LiuHao
2023-04-19 21:04:42 +08:00
parent 2ddd42bbab
commit 2976130876
4 changed files with 133 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
declare module 'vform3-builds' {
const content: any;
export = content;
}