UNPKG

ra-data-lb4

Version:

React Admin Loopback4 CRUD DataProvider

9 lines (8 loc) 337 B
import { DataProvider, fetchUtils } from "ra-core"; declare const _default: (apiUrl: string, aggregate?: (resource: string) => object[], httpClient?: (url: any, options?: fetchUtils.Options | undefined) => Promise<{ status: number; headers: Headers; body: string; json: any; }>) => DataProvider; export default _default;