UNPKG

mobx-easy-form

Version:

Simple and performant form library built with MobX

4 lines (3 loc) 125 B
export declare function mapValues<T, R>(object: Record<string, T>, callbackFn: (value: T) => R): { [k: string]: R; };