summaryrefslogtreecommitdiff
path: root/packages/integrations/react/env.d.ts
diff options
context:
space:
mode:
authorGravatar Florian Lefebvre <ematipico@users.noreply.github.com> 2025-04-22 11:06:41 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2025-04-22 11:06:41 +0000
commit2309ef1247c5888a826190f8abcee1887f81daeb (patch)
tree877584dc1ae1053ac2a5bfa3ddd29246d6d1e370 /packages/integrations/react/env.d.ts
parent49314575a76b52b43e491a0a33c0ccaf9cafb058 (diff)
downloadastro-2309ef1247c5888a826190f8abcee1887f81daeb.tar.gz
astro-2309ef1247c5888a826190f8abcee1887f81daeb.tar.zst
astro-2309ef1247c5888a826190f8abcee1887f81daeb.zip
[ci] format
Diffstat (limited to '')
-rw-r--r--packages/integrations/react/env.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/react/env.d.ts b/packages/integrations/react/env.d.ts
index 21e68d939..2553d25b9 100644
--- a/packages/integrations/react/env.d.ts
+++ b/packages/integrations/react/env.d.ts
@@ -5,4 +5,4 @@ declare module 'astro:react:opts' {
>;
const options: Options;
export = options;
-} \ No newline at end of file
+}