docs: fix form instance type error (#35320)

This commit is contained in:
Dunqing 2022-04-29 14:35:23 +08:00 committed by GitHub
parent ee5de21e35
commit d7ba815f81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -283,7 +283,7 @@ validateFields()
### Form.useForm
`type Form.useForm = (): FormInstance`
`type Form.useForm = (): [FormInstance]`
Create Form instance to maintain data store.

View File

@ -282,7 +282,7 @@ validateFields()
### Form.useForm
`type Form.useForm = (): FormInstance`
`type Form.useForm = (): [FormInstance]`
创建 Form 实例,用于管理所有数据状态。