import { Key } from '@v-c/util/dist/type'; import { RowKey } from '../interface'; export default function useItemKey(rowKey: RowKey): (item: T) => Key;