# Timer

Elapsed duration row with optional paused state.

```ts
renderTimer({
  width: 24,
  label: 'Build',
  elapsed: 125000,
});
```
