UNPKG

@refinedev/core

Version:

refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.

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