UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

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; };