@micro-router
    Preparing search index...
    • Build a route component for a path.

      The route component will only render its children when the provided path is an exact match for the current path.

      To decide between a list of route or match components, use routeSwitch.

      Type Parameters

      • P extends Path<string, any>

      Parameters

      Returns RouteComponent<P>