import type { IPathRouteConfig } from './Interfaces/IPathRouteConfig'; /** * A description of a route, which path or pattern to match against, and a * render() callback used to render a match to the outlet. * * @public */ export type RouteConfig = IPathRouteConfig; //# sourceMappingURL=RouteConfig.d.ts.map