Skip to content

Commit 3a4d477

Browse files
committed
fix: add missing img attr
1 parent 3b02c27 commit 3a4d477

File tree

1 file changed

+1
-0
lines changed
  • packages/runtime-dom/src

1 file changed

+1
-0
lines changed

packages/runtime-dom/src/jsx.ts

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

462463
export interface InsHTMLAttributes extends HTMLAttributes {

0 commit comments

Comments
 (0)