feat(types): add loading prop to iframe (#11767)

This commit is contained in:
chirokas 2024-09-02 17:10:14 +08:00 committed by GitHub
parent c756da24b2
commit d86fe0ec00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -453,6 +453,7 @@ export interface IframeHTMLAttributes extends HTMLAttributes {
/** @deprecated */
frameborder?: Numberish
height?: Numberish
loading?: 'eager' | 'lazy'
/** @deprecated */
marginheight?: Numberish
/** @deprecated */