From d6125903c77a923114d2fa32e4baf2218d6df357 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Fri, 19 Aug 2022 13:56:06 +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 fc791b7f35..fc5498434e 100644 --- a/html/index.d.ts +++ b/html/index.d.ts @@ -243,7 +243,7 @@ export interface AriaAttributes { */ 'aria-controls'?: string | undefined | null; /** Indicates the element that represents the current item within a container or set of related elements. */ - 'aria-current'?: boolean | 'false' | 'true' | 'page' | 'step' | 'location' | 'date' | 'time' | undefined | null; + 'aria-current'?: Booleanish | 'page' | 'step' | 'location' | 'date' | 'time' | undefined | null; /** * Identifies the element (or elements) that describes the object. * @see aria-labelledby