Skip to content

Commit

Permalink
chore: update types for TS 5.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 529115419
  • Loading branch information
asyncLiz authored and copybara-github committed May 3, 2023
1 parent babf265 commit 38c9afa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions types/aria.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export interface ARIAMixinStrict extends ARIAMixin {
ariaChecked: 'true'|'false'|null;
ariaColCount: `${number}`|null;
ariaColIndex: `${number}`|null;
ariaColIndexText: string|null;
ariaColSpan: `${number}`|null;
ariaCurrent: 'page'|'step'|'location'|'date'|'time'|'true'|'false'|null;
ariaDisabled: 'true'|'false'|null;
Expand All @@ -56,7 +55,6 @@ export interface ARIAMixinStrict extends ARIAMixin {
ariaRoleDescription: string|null;
ariaRowCount: `${number}`|null;
ariaRowIndex: `${number}`|null;
ariaRowIndexText: string|null;
ariaRowSpan: `${number}`|null;
ariaSelected: 'true'|'false'|null;
ariaSetSize: `${number}`|null;
Expand Down

0 comments on commit 38c9afa

Please sign in to comment.