UNPKG

ayanami

Version:
5 lines (4 loc) 278 B
/// <reference types="qs" /> /// <reference types="react" /> import { Request } from 'express'; export declare const SSRContext: import("react").Context<Request<import("express-serve-static-core").ParamsDictionary, any, any, import("qs").ParsedQs, Record<string, any>> | null>;