0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

[ci] format

This commit is contained in:
Princesseuh 2022-07-25 15:12:45 +00:00 committed by fredkbot
parent 6f88597c36
commit 149780493e

View file

@ -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 {