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 • 475 B
text/typescript
import { ListSortContextValue } from "./ListSortContext.cjs";
/**
* Hook to read the list sort controller props from the ListSortContext.
*
* Must be used within a <ListSortContextProvider> (e.g. as a descendent of <List>
* or <ListBase>).
*
* @returns {ListSortContextValue} list controller props
*
* @see useListController for how it is filled
*/
export declare const useListSortContext: () => ListSortContextValue;
//# sourceMappingURL=useListSortContext.d.ts.map