source:
imaps-frontend/node_modules/react-use/lib/useInterval.d.ts
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 120 bytes |
Line | |
---|---|
1 | declare const useInterval: (callback: Function, delay?: number | null | undefined) => void; |
2 | export default useInterval; |
Note:
See TracBrowser
for help on using the repository browser.