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.

7 lines 397 B
import type { ResourceProps } from "../../../contexts/resource/types"; /** * generates route for the resource based on parents and custom routes * @deprecated this is a **legacy** function and works only with the old resource definition */ export declare const routeGenerator: (item: ResourceProps, resourcesFromProps: ResourceProps[]) => string | undefined; //# sourceMappingURL=index.d.ts.map