NeahFront7/node_modules/next/dist/server/app-render/make-get-server-inserted-html.d.ts
2025-04-10 18:14:28 +02:00

8 lines
340 B
TypeScript

import React from 'react';
export declare function makeGetServerInsertedHTML({ polyfills, renderServerInsertedHTML, serverCapturedErrors, basePath, }: {
polyfills: JSX.IntrinsicElements['script'][];
renderServerInsertedHTML: () => React.ReactNode;
serverCapturedErrors: Error[];
basePath: string;
}): () => Promise<string>;