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.

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