Skip to content

Commit

Permalink
fix(types): Add noHtml option (#2810)
Browse files Browse the repository at this point in the history
* Add noHtml to the typescript types

* Update axe.d.ts

Co-authored-by: Stephen Mathieson <me@stephenmathieson.com>
  • Loading branch information
dylanb and stephenmathieson authored Feb 18, 2021
1 parent 3cdbcd7 commit c03c826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions axe.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ declare namespace axe {
locale?: Locale;
disableOtherRules?: boolean;
axeVersion?: string;
noHtml?: boolean;
// Deprecated - do not use.
ver?: string;
}
Expand Down

0 comments on commit c03c826

Please sign in to comment.