0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/packages/integrations/react/server.d.ts
Emanuele Stoppa 9c0c8492d9
feat(container): client hydration (#11486)
* 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>
2024-07-18 16:28:52 +01:00

4 lines
137 B
TypeScript

import type { NamedSSRLoadedRendererValue } from 'astro';
declare const renderer: NamedSSRLoadedRendererValue;
export default renderer;