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;