[**@twipped/hooks**](../../README.md) • **Docs**

***

# Function: useIntervalUpdate()

> **useIntervalUpdate**(`interval`, `pause`?): `Date`

Hook which triggers a component update after `interval` milliseconds have elapsed
since the last render.

## Parameters

• **interval**: `number`

• **pause?**: `boolean`= `false`

## Returns

`Date`

## Source

[hooks/useIntervalUpdate.js:14](https://github.com/Twipped/hooks/blob/main/hooks/useIntervalUpdate.js#L14)
