UNPKG

@refinedev/core

Version:

refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.

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