UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

4 lines (3 loc) 248 B
import * as React from 'react'; import { GetRowKey } from '../interface'; export default function useLazyKVMap<RecordType>(data: RecordType[], childrenColumnName: string, getRowKey: GetRowKey<RecordType>): ((key: React.ReactText) => RecordType)[];