summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Princesseuh <Princesseuh@users.noreply.github.com> 2022-07-25 15:12:45 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-07-25 15:12:45 +0000
commit149780493e860171522959865472c6f86c29eb88 (patch)
tree89c1299eff846e66e43484d85516da520a73adcc
parent6f88597c36339a8c7760023f530293a2dceaf493 (diff)
downloadastro-149780493e860171522959865472c6f86c29eb88.tar.gz
astro-149780493e860171522959865472c6f86c29eb88.tar.zst
astro-149780493e860171522959865472c6f86c29eb88.zip
[ci] format
-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 {