/// import type { TableContextProps } from '../context/TableContext'; export default function useRowInfo(record: RecordType, rowKey: React.Key, recordIndex: number, indent: number): Pick & { columnsKey: React.Key[]; nestExpandable: boolean; expanded: boolean; hasNestChildren: boolean; record: RecordType; rowSupportExpand: boolean; expandable: boolean; rowProps: React.HTMLAttributes & React.TdHTMLAttributes; };