UNPKG

refun

Version:

A collection of React Hook-enabled functions that compose harmoniously with each other. Similar to `recompose`, but:

2 lines (1 loc) 104 B
export declare const mapProps: <P extends {}, R extends {}>(getFn: (props: P) => R) => (props: P) => R;