@apollo/client
Version:
A fully-featured caching GraphQL client.
9 lines (8 loc) • 385 B
text/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.cts.map