UNPKG

@vlsergey/react-bootstrap-pagetable

Version:

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

4 lines 305 B
import FetchArgs from '../FetchArgs'; import ItemModel from '../ItemModel'; export default function urlParamsToFetchArgs<T>(defaultFetchArgs: FetchArgs, itemModel: ItemModel<T>, urlParamsPrefix: string | undefined, params: URLSearchParams): FetchArgs; //# sourceMappingURL=urlParamsToFetchArgs.d.ts.map