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.

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