UNPKG

184 BTypeScriptView Raw
1import { RouteProps } from 'react-router-dom';
2export declare function loadInitialProps(routes: RouteProps[], pathname: string, ctx: any): Promise<{
3 match: any;
4 data: any;
5}>;