Skip to content

Commit

Permalink
fix: update reports
Browse files Browse the repository at this point in the history
  • Loading branch information
cj-young committed Apr 28, 2024
1 parent bfa7c87 commit 1425c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reports/api-extractor.md
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ export type UseFormGetFieldState<TFieldValues extends FieldValues> = <TFieldName
isDirty: boolean;
isTouched: boolean;
isValidating: boolean;
error?: FieldError;
error?: FieldErrors<TFieldValues>[TFieldName];
};

// @public (undocumented)
Expand Down

0 comments on commit 1425c4e

Please sign in to comment.