UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

4 lines (3 loc) 248 B
import type { KeyWise, TransferProps } from '..'; declare function useData<RecordType extends object>(dataSource?: RecordType[], rowKey?: TransferProps<RecordType>['rowKey'], targetKeys?: string[]): KeyWise<RecordType>[][]; export default useData;