UNPKG

104 BTypeScriptView Raw
1export declare const mapProps: <P extends {}, R extends {}>(getFn: (props: P) => R) => (props: P) => R;