Type alias RendererHydrationScriptInstruction
RendererHydrationScriptInstruction: {
render: (() => string);
rendererName: string;
type: "renderer-hydration-script";
}
Type declaration
render: (() => string)
rendererName: string
type: "renderer-hydration-script"
Render a renderer-specific hydration script before the first component of that framework