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.

6 lines 229 B
/** * Picks the route parameters from the given route. * (e.g. /users/:id/posts/:postId => ['id', 'postId']) */ export declare const pickRouteParams: (route: string) => string[]; //# sourceMappingURL=pick-route-params.d.ts.map