Skip to content

Commit 1c57761

Browse files
committed
fix: add missing img attr
1 parent 650f5c2 commit 1c57761

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime-dom/types/jsx.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ export interface ImgHTMLAttributes extends HTMLAttributes {
458458
srcset?: string
459459
usemap?: string
460460
width?: Numberish
461+
loading?: 'lazy' | 'eager'
461462
}
462463

463464
export interface InsHTMLAttributes extends HTMLAttributes {

0 commit comments

Comments
 (0)