Skip to content

Commit

Permalink
fix(core): missing typescript declaration on internalscontroller
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Dec 6, 2023
1 parent 22d7536 commit 7a962c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/pfe-core/controllers/internals-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export class InternalsController implements ReactiveController, ARIAMixin {
declare readonly states: unknown;
declare readonly validity: ElementInternals['validity'];
declare readonly willValidate: ElementInternals['willValidate'];
declare readonly validationMessage: ElementInternals['validationMessage'];

declare role: ARIAMixin['role'];
declare ariaAtomic: ARIAMixin['ariaAtomic'];
Expand Down

0 comments on commit 7a962c6

Please sign in to comment.