UNPKG

antd-v5

Version:

An enterprise-class UI design language and React components implementation

5 lines (4 loc) 324 B
import type { KeyWise, TransferProps } from '..'; import type { AnyObject } from '../../_util/type'; declare const useData: <RecordType extends AnyObject>(dataSource?: RecordType[] | undefined, rowKey?: ((record: RecordType) => string) | undefined, targetKeys?: string[]) => KeyWise<RecordType>[][]; export default useData;