Files
scrap/node_modules/next/dist/server/app-render/make-get-server-inserted-html.d.ts
2024-09-24 03:52:46 +00: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>;