From c03c82635c6e4228b94438d00f7ff8723303918c Mon Sep 17 00:00:00 2001 From: Dylan Barrell Date: Thu, 18 Feb 2021 06:53:51 -0400 Subject: [PATCH] fix(types): Add noHtml option (#2810) * Add noHtml to the typescript types * Update axe.d.ts Co-authored-by: Stephen Mathieson --- axe.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/axe.d.ts b/axe.d.ts index 432afac435..8acf77a8b0 100644 --- a/axe.d.ts +++ b/axe.d.ts @@ -199,6 +199,7 @@ declare namespace axe { locale?: Locale; disableOtherRules?: boolean; axeVersion?: string; + noHtml?: boolean; // Deprecated - do not use. ver?: string; }