We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b0d1f commit dc36d0cCopy full SHA for dc36d0c
elements/index.d.ts
@@ -707,6 +707,9 @@ export interface HTMLImgAttributes extends HTMLAttributes<HTMLImageElement> {
707
srcset?: string | undefined | null;
708
usemap?: string | undefined | null;
709
width?: number | string | undefined | null;
710
+
711
+ readonly 'bind:naturalWidth'?: number | undefined | null;
712
+ readonly 'bind:naturalHeight'?: number | undefined | null;
713
}
714
715
export interface HTMLInsAttributes extends HTMLAttributes<HTMLModElement> {
0 commit comments