@tempots/ui
RouteSegment type
Represents a segment of a route.
Signature:
export type RouteSegment = RouteParam | RouteLiteral | RouteCatchAll;
References: RouteParam, RouteLiteral, RouteCatchAll
Represents a segment of a route.
Signature:
export type RouteSegment = RouteParam | RouteLiteral | RouteCatchAll;
References: RouteParam, RouteLiteral, RouteCatchAll