0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/packages/integrations/react/server.d.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
137 B
TypeScript
Raw Normal View History

import type { NamedSSRLoadedRendererValue } from 'astro';
2024-07-03 14:01:57 -05:00
declare const renderer: NamedSSRLoadedRendererValue;
export default renderer;