Neah/node_modules/next/dist/server/app-render/server-inserted-html.d.ts
2025-04-24 17:19:14 +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[];
};