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 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