UNPKG

117 BTypeScriptView Raw
1declare function useRafTimeout(fn: () => void, delay: number | undefined): () => void;
2export default useRafTimeout;