Skip to content

Commit

Permalink
Removed duplicate declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei15193 committed Nov 17, 2024
1 parent bf55844 commit 13a1b06
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/forms/IFormCollection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,4 @@ export interface IFormCollection<TForm extends Form<TValidationError>, TValidati
* @see [Array.length](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/length)
*/
length: number;

/**
* Resets the sections collection and all contained items.
*
* Validation and other flags are reset, fields retain their current values.
*/
reset(): void;
}

0 comments on commit 13a1b06

Please sign in to comment.