makearmy-app/node_modules/next/dist/server/app-render/server-inserted-html.d.ts

8 lines
293 B
TypeScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
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[];
};