lingjing/node_modules/next/dist/server/app-render/server-inserted-html.d.ts
2026-02-23 09:51:43 +00: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[];
};