From 538605ccdf45ddf81896e1603edaa9d95f5e968a Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Tue, 16 Aug 2022 09:11:02 +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 887ee88a3d..fba7bed652 100644 --- a/html/index.d.ts +++ b/html/index.d.ts @@ -704,7 +704,7 @@ export interface ImgHTMLAttributes extends HTMLAttributes { decoding?: 'async' | 'auto' | 'sync' | undefined | null; height?: number | string | undefined | null; ismap?: boolean | undefined | null; - loading?: "eager" | "lazy" | undefined | null; + loading?: 'eager' | 'lazy' | undefined | null; referrerpolicy?: HTMLAttributeReferrerPolicy | undefined | null; sizes?: string | undefined | null; src?: string | undefined | null;