UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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