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.

6 lines 354 B
import type { IResourceItem } from "../../../contexts/resource/types"; /** * Picks the data provider name based on the provided name or fallbacks to resource definition, or `default`. */ export declare const pickDataProvider: (resourceName?: string, dataProviderName?: string, resources?: IResourceItem[]) => string; //# sourceMappingURL=index.d.ts.map