mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
[ci] format
This commit is contained in:
parent
f684e9d361
commit
04ce7f4e5c
1 changed files with 2 additions and 2 deletions
4
packages/astro/astro-jsx.d.ts
vendored
4
packages/astro/astro-jsx.d.ts
vendored
|
@ -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 };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue