UNPKG

@devfamily/admiral

Version:

Admiral is a frontend framework for creating back office using React. It provides out-of-the-box components and tools that make developing an admin interface easy and fast.

3 lines (2 loc) 191 B
import { Key, GetRowKey } from '../interfaces'; export default function useLazyKVMap<RecordType>(data: readonly RecordType[], getRowKey: GetRowKey<RecordType>): ((key: Key) => RecordType)[];