UNPKG

@restart/hooks

Version:

A set of utility and general-purpose React hooks.

3 lines (2 loc) 98 B
declare function useRafInterval(fn: () => void, ms: number): void; export default useRafInterval;