UNPKG

@refinedev/core

Version:

Refine is a React meta-framework for building enterprise-level, data-intensive applications rapidly with support for modern UI libraries and headless integrations.

8 lines 425 B
import type { ResourceActionRoute } from "./get-action-routes-from-resource"; /** * Picks the most eligible route from the given matched routes. * - If there's only one route, it returns it. * - If there's more than one route, it picks the best non-greedy match. */ export declare const pickMatchedRoute: (routes: ResourceActionRoute[]) => ResourceActionRoute | undefined; //# sourceMappingURL=pick-matched-route.d.ts.map