0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

Fix types of react server.d.ts

This commit is contained in:
Matthew Phillips 2024-07-03 15:01:57 -04:00
parent 5113f56af1
commit 87f621a666

View file

@ -1,2 +1,4 @@
import type { NamedSSRLoadedRendererValue } from 'astro';
export default NamedSSRLoadedRendererValue;
declare const renderer: NamedSSRLoadedRendererValue;
export default renderer;