ra-core
Version:
Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React
5 lines • 297 B
TypeScript
/// <reference types="react" />
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