Definition
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Pseudocode
useInterval(callback [, interval] [, options]): controls
declare function useInterval(
callback: IntervalHookCallback,
interval?: number,
options?: IntervalHookOptions
): IntervalHookResult;