[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 {
|
||||
// Allow for arbitrary elements
|
||||
[name: string]: { [name: string]: any };
|
||||
// Allow for arbitrary elements
|
||||
[name: string]: { [name: string]: any };
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue