@appkitreact/react-table-library
Version:
fork of react-table-library to support react 18 version
6 lines (5 loc) • 422 B
TypeScript
import { StateAndChange } from '@appkitreact/react-table-library/types/common';
import { Data, TableNode } from '@appkitreact/react-table-library/types/table';
import { Select, SelectOptions } from '@appkitreact/react-table-library/types/select';
declare const useRowSelect: <T extends TableNode>(data: Data<T>, primary?: StateAndChange, options?: SelectOptions, context?: any) => Select<T>;
export { useRowSelect };