UNPKG

next

Version:

The React Framework

8 lines (7 loc) 293 B
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[]; };