UNPKG

ra-core

Version:

Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React

6 lines 308 B
import { DataProvider } from '../types'; /** * A dataProvider meant to be used in tests only. You can override any of its methods by passing a partial dataProvider. */ export declare const testDataProvider: (overrides?: Partial<DataProvider>) => DataProvider; //# sourceMappingURL=testDataProvider.d.ts.map