Skip to content

Commit

Permalink
feat(types): add loading prop to iframe (#11767)
Browse files Browse the repository at this point in the history
  • Loading branch information
chirokas committed Sep 2, 2024
1 parent c756da2 commit d86fe0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-dom/src/jsx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ export interface IframeHTMLAttributes extends HTMLAttributes {
/** @deprecated */
frameborder?: Numberish
height?: Numberish
loading?: 'eager' | 'lazy'
/** @deprecated */
marginheight?: Numberish
/** @deprecated */
Expand Down

0 comments on commit d86fe0e

Please sign in to comment.