diff --git a/packages/runtime-dom/src/jsx.ts b/packages/runtime-dom/src/jsx.ts index 3826c14faaf..fe850a7b28e 100644 --- a/packages/runtime-dom/src/jsx.ts +++ b/packages/runtime-dom/src/jsx.ts @@ -457,6 +457,7 @@ export interface ImgHTMLAttributes extends HTMLAttributes { srcset?: string usemap?: string width?: Numberish + loading?: 'lazy' | 'eager' } export interface InsHTMLAttributes extends HTMLAttributes {