Skip to content

Commit

Permalink
ci: apply automated fixes and generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 12, 2024
1 parent 21654f7 commit 14c0929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/react/reference/functions/useform.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This API encapsulates all the necessary functionalities related to the form. It

**TFormData**

**TFormValidator** *extends* `undefined` = `undefined`
**TFormValidator** *extends* `undefined` \| `Validator`\<`TFormData`, `unknown`\> = `undefined`

## Parameters

Expand Down

0 comments on commit 14c0929

Please sign in to comment.