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-10-18 13:26:12 +00:00 committed by fredkbot
parent f684e9d361
commit 04ce7f4e5c

View file

@ -1464,7 +1464,7 @@ declare namespace astroHTML.JSX {
} }
interface IntrinsicElements extends DefinedIntrinsicElements { interface IntrinsicElements extends DefinedIntrinsicElements {
// Allow for arbitrary elements // Allow for arbitrary elements
[name: string]: { [name: string]: any }; [name: string]: { [name: string]: any };
} }
} }