UNPKG

185 BTypeScriptView Raw
1import type { TExtend } from 'tsfn';
2export declare const mapWithPropsMemo: <P extends {}, R extends {}>(getFn: (props: P) => R, watchKeys: (keyof P)[]) => (props: P) => TExtend<P, R>;