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.

6 lines 309 B
import type { ResourceProps } from "../../../contexts/resource/types"; /** * Returns the parent prefix for a resource */ export declare const getParentPrefixForResource: (resource: ResourceProps, resources: ResourceProps[]) => string | undefined; //# sourceMappingURL=get-parent-prefix-for-resource.d.ts.map