Files
scrap/node_modules/next/dist/server/app-render/server-inserted-html.d.ts
2024-09-24 03:52:46 +00:00

8 lines
291 B
TypeScript

/// <reference types="react" />
export declare function createServerInsertedHTML(): {
ServerInsertedHTMLProvider({ children }: {
children: JSX.Element;
}): import("react/jsx-runtime").JSX.Element;
renderServerInsertedHTML(): import("react/jsx-runtime").JSX.Element[];
};