amis-rpc-design/node_modules/antd/lib/table/hooks/useLazyKVMap.d.ts
2023-10-07 19:42:30 +08:00

3 lines
223 B
TypeScript

import type { GetRowKey, Key } from '../interface';
export default function useLazyKVMap<RecordType>(data: readonly RecordType[], childrenColumnName: string, getRowKey: GetRowKey<RecordType>): ((key: Key) => RecordType)[];