UNPKG

@easyroute/core

Version:

Framework-agnostic router for JavaScript single-page applications

3 lines (2 loc) 157 B
import { RouteMatchData } from '../../types'; export declare function downloadDynamicComponents(matchedRoutes: RouteMatchData[]): Promise<RouteMatchData[]>;