UNPKG

101 BTypeScriptView Raw
1declare const useTimeout: (fn: () => void, delay?: number) => () => void;
2export default useTimeout;