UNPKG

refun

Version:

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

3 lines (2 loc) 294 B
export declare const mapDebouncedHandlerFactory: (setFn: Function, clearFn: Function) => <P extends {}>(handlerName: keyof P, ...setFnArgs: any[]) => (props: P) => P; export declare const mapDebouncedHandlerTimeout: <P extends {}>(handlerName: keyof P, ...setFnArgs: any[]) => (props: P) => P;