UNPKG

copper-ui

Version:

Modern React UI components library with TypeScript support, built on top of Ant Design

9 lines 365 B
import { TTableSetSort, TTableSortState } from '../../model/sort.types'; interface TableContextType { sort: TTableSortState; setSort: TTableSetSort; } export declare const TableContext: import('react').Context<TableContextType | undefined>; export declare const useTableContext: () => TableContextType; export {}; //# sourceMappingURL=table.context.d.ts.map