UNPKG

ra-core

Version:

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

4 lines 265 B
import { type SortPayload } from '../types'; export declare const DataTableSortContext: import("react").Context<SortPayload | undefined>; export declare const useDataTableSortContext: () => SortPayload | undefined; //# sourceMappingURL=DataTableSortContext.d.ts.map