UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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