UNPKG

143 BTypeScriptView Raw
1declare const useInterval: (fn: () => void, delay?: number, options?: {
2 immediate?: boolean;
3}) => () => void;
4export default useInterval;