8 lines
291 B
TypeScript
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[];
|
|
};
|