Skip to content

Commit

Permalink
added debounceError and debounceGather props
Browse files Browse the repository at this point in the history
  • Loading branch information
joepuzzo committed Apr 1, 2024
1 parent dea38db commit f8fd55a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ export type InformedProps<UserProps> = {
resetOnlyOnscreen?: boolean;
scrollOnInvalid?: ScrollIntoViewOptions;
debounceGather?: number;
debounceError?: number;
} & Omit<UserProps, 'onSubmit' | 'onReset' | 'onChange' | 'onSubmitFailure'>;

export type RelevantParams = {
Expand Down

0 comments on commit f8fd55a

Please sign in to comment.