NeahNew/node_modules/next/dist/server/app-render/server-inserted-html.d.ts
2025-05-03 14:17:46 +02:00

8 lines
293 B
TypeScript

import { type JSX } from 'react';
export declare function createServerInsertedHTML(): {
ServerInsertedHTMLProvider({ children }: {
children: JSX.Element;
}): import("react/jsx-runtime").JSX.Element;
renderServerInsertedHTML(): import("react/jsx-runtime").JSX.Element[];
};