From f84c78f2ed1806c179c006b3d3ad8dded9056110 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Tue, 16 Aug 2022 09:10:42 +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 5bcab4a997..856722b0af 100644 --- a/html/index.d.ts +++ b/html/index.d.ts @@ -700,7 +700,7 @@ export interface IframeHTMLAttributes extends HTMLAttributes export interface ImgHTMLAttributes extends HTMLAttributes { alt?: string | undefined | null; - crossorigin?: "anonymous" | "use-credentials" | "" | undefined | null; + crossorigin?: 'anonymous' | 'use-credentials' | '' | undefined | null; decoding?: "async" | "auto" | "sync" | undefined | null; height?: number | string | undefined | null; ismap?: boolean | undefined | null;