UNPKG

refun

Version:

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

3 lines (2 loc) 157 B
import type { TExtend } from 'tsfn'; export declare const mapWithProps: <P extends {}, R extends {}>(getFn: (props: P) => R) => (props: P) => TExtend<P, R>;