astro-ghostcms/.pnpm-store/v3/files/19/a4a12db74901c3016875cb844b9...

10 lines
204 B
Plaintext

declare const renderer: {
name: string;
serverEntrypoint: string;
jsxImportSource: string;
jsxTransformOptions: () => Promise<{
plugins: any[];
}>;
};
export default renderer;