UNPKG

224 BTypeScriptView Raw
1import { RouteProps } from 'react-router-dom';
2/**
3 * This helps us to make sure all the async code is loaded before rendering.
4 */
5export declare function ensureReady(routes: RouteProps[], pathname?: string): Promise<any>;