From b71d4f57cdd80c3dfd099658657bc8752e805f15 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Tue, 16 Aug 2022 09:10:52 +0200 Subject: [PATCH] Update html/index.d.ts Co-authored-by: Ignatius Bagus --- 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 856722b0af..887ee88a3d 100644 --- a/html/index.d.ts +++ b/html/index.d.ts @@ -701,7 +701,7 @@ export interface IframeHTMLAttributes extends HTMLAttributes export interface ImgHTMLAttributes extends HTMLAttributes { alt?: string | undefined | null; crossorigin?: 'anonymous' | 'use-credentials' | '' | undefined | null; - decoding?: "async" | "auto" | "sync" | undefined | null; + decoding?: 'async' | 'auto' | 'sync' | undefined | null; height?: number | string | undefined | null; ismap?: boolean | undefined | null; loading?: "eager" | "lazy" | undefined | null;