UNPKG

157 BTypeScriptView Raw
1import type { TExtend } from 'tsfn';
2export declare const mapWithProps: <P extends {}, R extends {}>(getFn: (props: P) => R) => (props: P) => TExtend<P, R>;