UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

7 lines (6 loc) 240 B
/** * Run callback after delay with knob to cancel * * When set new callback, previous will reset if it still did not run */ export declare const useDelayCallback: () => readonly [(handler: () => void, time?: any) => void, () => void];