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

      The match component will only render its children when the provided path matches the current URL, regardless of whether it's an exact match.

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

      Type Parameters

      • P extends Path<string, any>

      Parameters

      Returns RouteComponent<P>