Files
novarix.uk/node_modules/next/dist/server/app-render/server-inserted-html.d.ts
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +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[];
};