mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
9c0c8492d9
* fix: prevent client hydration when rendering via Container API * revert change that is not needed * skip client directives via option * reword changeset * Fix types of react server.d.ts * add new API --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev>
4 lines
137 B
TypeScript
4 lines
137 B
TypeScript
import type { NamedSSRLoadedRendererValue } from 'astro';
|
|
|
|
declare const renderer: NamedSSRLoadedRendererValue;
|
|
export default renderer;
|