diff options
author | 2025-04-22 11:06:41 +0000 | |
---|---|---|
committer | 2025-04-22 11:06:41 +0000 | |
commit | 2309ef1247c5888a826190f8abcee1887f81daeb (patch) | |
tree | 877584dc1ae1053ac2a5bfa3ddd29246d6d1e370 /packages/integrations/vue/env.d.ts | |
parent | 49314575a76b52b43e491a0a33c0ccaf9cafb058 (diff) | |
download | astro-2309ef1247c5888a826190f8abcee1887f81daeb.tar.gz astro-2309ef1247c5888a826190f8abcee1887f81daeb.tar.zst astro-2309ef1247c5888a826190f8abcee1887f81daeb.zip |
[ci] format
Diffstat (limited to '')
-rw-r--r-- | packages/integrations/vue/env.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vue/env.d.ts b/packages/integrations/vue/env.d.ts index 3a0052dca..49b4d3c82 100644 --- a/packages/integrations/vue/env.d.ts +++ b/packages/integrations/vue/env.d.ts @@ -1,3 +1,3 @@ declare module 'virtual:@astrojs/vue/app' { export const setup: (app: import('vue').App<Element>) => void | Promise<void>; -}
\ No newline at end of file +} |