UNPKG

ra-core

Version:

Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React

13 lines 517 B
import { ListPaginationContextValue } from './ListPaginationContext'; /** * Hook to read the list pagination controller props from the ListPaginationContext. * * Must be used within a <ListPaginationContext> (e.g. as a descendent of <List> * or <ListBase>). * * @returns {ListPaginationContextValue} list controller props * * @see useListController for how it is filled */ export declare const useListPaginationContext: () => ListPaginationContextValue; //# sourceMappingURL=useListPaginationContext.d.ts.map