feat: Add form demo
This commit is contained in:
5
types/componentType/form.d.ts
vendored
5
types/componentType/form.d.ts
vendored
@@ -84,11 +84,6 @@ declare global {
|
||||
hidden?: boolean
|
||||
}
|
||||
|
||||
declare type FormSetValuesType = {
|
||||
field: string
|
||||
value: FormValueType
|
||||
}
|
||||
|
||||
declare type FormSetPropsType = {
|
||||
field: string
|
||||
path: string
|
||||
|
||||
Reference in New Issue
Block a user