import type { Key } from '@antdv/ui/es/types'; import type { Ref } from 'vue'; import type { GetRowKey } from '../interface'; export default function useLazyKVMap(dataRef: Ref, childrenColumnNameRef: Ref, getRowKeyRef: Ref>): ((key: Key) => RecordType)[];