UNPKG

@refinedev/core

Version:

Refine is a React meta-framework for building enterprise-level, data-intensive applications rapidly with support for modern UI libraries and headless integrations.

4 lines 258 B
import type { GetListResponse } from "../../../contexts/data/types"; export declare const getNextPageParam: (lastPage: GetListResponse) => any; export declare const getPreviousPageParam: (lastPage: GetListResponse) => any; //# sourceMappingURL=index.d.ts.map