mirror of
https://github.com/withastro/astro.git
synced 2025-12-05 18:56:38 -06:00
[ci] format
This commit is contained in:
committed by
astrobot-houston
parent
49314575a7
commit
2309ef1247
2
packages/integrations/react/env.d.ts
vendored
2
packages/integrations/react/env.d.ts
vendored
@@ -5,4 +5,4 @@ declare module 'astro:react:opts' {
|
||||
>;
|
||||
const options: Options;
|
||||
export = options;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,7 +56,6 @@ export default (element: HTMLElement) => {
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
function createComponent(
|
||||
Component: any,
|
||||
target: HTMLElement,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { SSRResult } from 'astro';
|
||||
export type RendererContext = {
|
||||
result: SSRResult;
|
||||
};
|
||||
};
|
||||
|
||||
2
packages/integrations/vue/env.d.ts
vendored
2
packages/integrations/vue/env.d.ts
vendored
@@ -1,3 +1,3 @@
|
||||
declare module 'virtual:@astrojs/vue/app' {
|
||||
export const setup: (app: import('vue').App<Element>) => void | Promise<void>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user