# useTimeout

```tsx
import {useTimeout} from '@gravity-ui/uikit';
```

The `useTimeout` hook executes callback after timeout

## Properties

| Name     | Description                             |      Type      | Default |
| :------- | :-------------------------------------- | :------------: | :-----: |
| callback | Callback function after timeout expires | `VoidFunction` |         |
| ms       | Duration of the timeout in milliseconds |    `number`    |         |
