Repository URL to install this package:
|
Version:
2.0.0-beta.20 ▾
|
import { Request, Response } from '../../typings';
export declare function renderUsingServerSideRendering(req: Request, res: Response, nonce: string): Promise<void>;