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.

9 lines 547 B
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