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.

3 lines 243 B
import type { IResourceItem } from "../../../contexts/resource/types"; export declare const createResourceKey: (resource: IResourceItem, resources: IResourceItem[], legacy?: boolean) => string; //# sourceMappingURL=create-resource-key.d.ts.map