From 3c9bb3921899ce0a85a8ac17c4a07cf178d11b23 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Fri, 19 Aug 2022 13:55:57 +0200 Subject: [PATCH] Update html/index.d.ts Co-authored-by: Lyu, Wei-Da <36730922+jasonlyu123@users.noreply.github.com> --- html/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.d.ts b/html/index.d.ts index 9fafa5943d..fc791b7f35 100644 --- a/html/index.d.ts +++ b/html/index.d.ts @@ -292,7 +292,7 @@ export interface AriaAttributes { * Indicates the entered value does not conform to the format expected by the application. * @see aria-errormessage. */ - 'aria-invalid'?: boolean | 'false' | 'true' | 'grammar' | 'spelling' | undefined | null; + 'aria-invalid'?: Booleanish | 'grammar' | 'spelling' | undefined | null; /** Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. */ 'aria-keyshortcuts'?: string | undefined | null; /**