summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Princesseuh <Princesseuh@users.noreply.github.com> 2022-10-18 13:26:12 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-10-18 13:26:12 +0000
commit04ce7f4e5c49c16302baacbfbdec38da1bb8d4c3 (patch)
treee2addae92ecb4149653f74146513ce2cd01e7b29
parentf684e9d361e3780889ea6e6b3394c0f583bd839a (diff)
downloadastro-04ce7f4e5c49c16302baacbfbdec38da1bb8d4c3.tar.gz
astro-04ce7f4e5c49c16302baacbfbdec38da1bb8d4c3.tar.zst
astro-04ce7f4e5c49c16302baacbfbdec38da1bb8d4c3.zip
[ci] format
-rw-r--r--packages/astro/astro-jsx.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/astro-jsx.d.ts b/packages/astro/astro-jsx.d.ts
index a750c29f2..f7fbfd8f9 100644
--- a/packages/astro/astro-jsx.d.ts
+++ b/packages/astro/astro-jsx.d.ts
@@ -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 };
}
}