UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

5 lines (4 loc) 149 B
/** * Simple polyfill for Object.fromEntries */ export declare const fromEntries: <T extends string = any>(entries: [T, any][]) => Record<T, any>;