UNPKG

@astrojs/react

Version:
5 lines (4 loc) 98 B
import type { SSRResult } from 'astro'; export type RendererContext = { result: SSRResult; };