diff options
author | 2022-07-25 15:12:45 +0000 | |
---|---|---|
committer | 2022-07-25 15:12:45 +0000 | |
commit | 149780493e860171522959865472c6f86c29eb88 (patch) | |
tree | 89c1299eff846e66e43484d85516da520a73adcc | |
parent | 6f88597c36339a8c7760023f530293a2dceaf493 (diff) | |
download | astro-149780493e860171522959865472c6f86c29eb88.tar.gz astro-149780493e860171522959865472c6f86c29eb88.tar.zst astro-149780493e860171522959865472c6f86c29eb88.zip |
[ci] format
-rw-r--r-- | packages/astro/astro-jsx.d.ts | 1 |
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 { |