Skip to content

Commit

Permalink
Fix types of react server.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and ematipico committed Jul 18, 2024
1 parent d472b82 commit 865e97b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/integrations/react/server.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
import type { NamedSSRLoadedRendererValue } from 'astro';
export default NamedSSRLoadedRendererValue;

declare const renderer: NamedSSRLoadedRendererValue;
export default renderer;

0 comments on commit 865e97b

Please sign in to comment.