UNPKG

@vlsergey/react-bootstrap-pagetable

Version:

Complex solution to work with pageable data, including sorting, filtering, actions, changing displayed columns, etc.

4 lines 288 B
import FetchArgs from './FetchArgs'; import Page from './Page'; export default function fetchFromSpringDataRest<K extends string, T>(url: string, { page, size, filter, sort }: FetchArgs, responseCollectionKey: K): Promise<Page<T>>; //# sourceMappingURL=fetchFromSpringDataRest.d.ts.map