first commit
This commit is contained in:
4
frontend/node_modules/antd/lib/table/hooks/useLazyKVMap.d.ts
generated
vendored
Normal file
4
frontend/node_modules/antd/lib/table/hooks/useLazyKVMap.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import type { AnyObject } from '../../_util/type';
|
||||
import type { GetRowKey, Key } from '../interface';
|
||||
declare const useLazyKVMap: <RecordType extends AnyObject = AnyObject>(data: readonly RecordType[], childrenColumnName: string, getRowKey: GetRowKey<RecordType>) => readonly [(key: Key) => RecordType];
|
||||
export default useLazyKVMap;
|
||||
Reference in New Issue
Block a user