Skip to content

Commit

Permalink
fix: add missing img attr
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Mar 22, 2023
1 parent 650f5c2 commit 1c57761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-dom/types/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ export interface ImgHTMLAttributes extends HTMLAttributes {
srcset?: string
usemap?: string
width?: Numberish
loading?: 'lazy' | 'eager'
}

export interface InsHTMLAttributes extends HTMLAttributes {
Expand Down

0 comments on commit 1c57761

Please sign in to comment.