@appkitreact/react-table-library
Version:
fork of react-table-library to support react 18 version
8 lines (7 loc) • 327 B
TypeScript
import { TableNode } from '@appkitreact/react-table-library/types/table';
export declare const useFeatures: <T extends TableNode>() => {
select: import("../../types").Select<T>;
tree: import("../../types").Tree<T>;
sort: import("../../types").Sort<T>;
pagination: import("../../types").Pagination<T>;
};