summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/astro-jsx.d.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/astro/astro-jsx.d.ts b/packages/astro/astro-jsx.d.ts
index ccbb1833b..226391a82 100644
--- a/packages/astro/astro-jsx.d.ts
+++ b/packages/astro/astro-jsx.d.ts
@@ -680,7 +680,6 @@ declare namespace astroHTML.JSX {
src?: string | undefined | null;
srcdoc?: string | undefined | null;
width?: number | string | undefined | null;
-
}
interface ImgHTMLAttributes extends HTMLAttributes {