Explorar el Código

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

chirokas hace 1 año
padre
commit
d86fe0ec00
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/runtime-dom/src/jsx.ts

+ 1 - 0
packages/runtime-dom/src/jsx.ts

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