@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.
9 lines • 547 B
text/typescript
import type { IResourceItem, ResourceProps } from "../../../contexts/resource/types";
/**
* For the legacy definition of resources, we did a basic transformation for provided resources
* - This is meant to provide an easier way to access properties.
* - In the new definition, we don't need to do transformations and properties can be accessed via helpers or manually.
* This is kept for backward compability
*/
export declare const legacyResourceTransform: (resources: ResourceProps[]) => IResourceItem[];
//# sourceMappingURL=index.d.ts.map