feat: Add form demo

This commit is contained in:
陈凯龙
2022-01-27 16:41:29 +08:00
parent dbf3b0f5a3
commit 7795d2a4fe
12 changed files with 1823 additions and 85 deletions

View File

@@ -84,11 +84,6 @@ declare global {
hidden?: boolean
}
declare type FormSetValuesType = {
field: string
value: FormValueType
}
declare type FormSetPropsType = {
field: string
path: string