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;