[ci] format

This commit is contained in:
Florian Lefebvre
2025-04-22 11:06:41 +00:00
committed by astrobot-houston
parent 49314575a7
commit 2309ef1247
4 changed files with 3 additions and 4 deletions

View File

@@ -5,4 +5,4 @@ declare module 'astro:react:opts' {
>;
const options: Options;
export = options;
}
}

View File

@@ -56,7 +56,6 @@ export default (element: HTMLElement) => {
};
};
function createComponent(
Component: any,
target: HTMLElement,

View File

@@ -1,4 +1,4 @@
import type { SSRResult } from 'astro';
export type RendererContext = {
result: SSRResult;
};
};

View File

@@ -1,3 +1,3 @@
declare module 'virtual:@astrojs/vue/app' {
export const setup: (app: import('vue').App<Element>) => void | Promise<void>;
}
}