Latest updates from IceHrmPro
This commit is contained in:
3
web/node_modules/antd/lib/table/hooks/useLazyKVMap.d.ts
generated
vendored
Normal file
3
web/node_modules/antd/lib/table/hooks/useLazyKVMap.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
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)[];
|
||||
Reference in New Issue
Block a user