UNPKG

@blockscout/ui-toolkit

Version:

A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects

6 lines (5 loc) 162 B
export declare function mapEntries<A, B, K extends string | number | symbol>(obj: { [key in K]: A; }, f: (key: K, val: A) => [K, B]): { [key in K]: B; };