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.

7 lines 262 B
import { type DataProvider } from "../../contexts/data/types"; export declare const useDataProvider: () => (( /** * The name of the `data provider` you want to access */ dataProviderName?: string) => DataProvider); //# sourceMappingURL=useDataProvider.d.ts.map