securityos/node_modules/next/dist/server/app-render/make-get-server-inserted-ht...

6 lines
280 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
import React from 'react';
export declare function makeGetServerInsertedHTML({ polyfills, renderServerInsertedHTML, }: {
polyfills: JSX.IntrinsicElements['script'][];
renderServerInsertedHTML: () => React.ReactNode;
}): (serverCapturedErrors: Error[]) => Promise<string>;