mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 06:49:15 +01:00
3 lines
98 B
TypeScript
3 lines
98 B
TypeScript
declare function useRafInterval(fn: () => void, ms: number): void;
|
|
export default useRafInterval;
|