Skip to content

Commit

Permalink
chore: remove unnecessary event JSDoc from d.ts file (#7541)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Jul 11, 2024
1 parent a8ebb68 commit 99863ea
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/field-base/src/validate-mixin.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,4 @@ export declare class ValidateMixinClass {
* Returns true if the field value satisfies all constraints (if any).
*/
checkValidity(): boolean;

/**
* Fired whenever the field is validated.
*
* @event validated
* @param {Object} detail
* @param {boolean} detail.valid the result of the validation.
*/
}

0 comments on commit 99863ea

Please sign in to comment.