RouteConfig type
Home > @rimitive/router > RouteConfig
RouteConfig type
Section titled “RouteConfig type”Route configuration - pure data, no components
Signature:
export type RouteConfig = { id: string; path: string; children?: RouteConfig[];};References: RouteConfig