@apollo/client
Version:
A fully-featured caching GraphQL client.
8 lines • 383 B
TypeScript
import type * as ReactTypes from "react";
/**
* @deprecated This function uses the legacy `renderToString` API from React.
* Use `prerenderStatic` instead, which can be configured to run with more modern
* React APIs.
*/
export declare function renderToStringWithData(component: ReactTypes.ReactElement<any>): Promise<string>;
//# sourceMappingURL=renderToStringWithData.d.ts.map