@vlsergey/react-bootstrap-pagetable
Version:
Complex solution to work with pageable data, including sorting, filtering, actions, changing displayed columns, etc.
4 lines • 344 B
TypeScript
import FetchArgs from '../FetchArgs';
import ItemModel from '../ItemModel';
export default function fetchArgsToUrlParams<T>(itemModel: ItemModel<T>, urlParamsPrefix: string | undefined, currentSearch: ConstructorParameters<typeof URLSearchParams>[0], fetchArgs: FetchArgs): URLSearchParams;
//# sourceMappingURL=fetchArgsToUrlParams.d.ts.map