```ts
type ClickEventHandler<T, E> = (event) => void;
```

## Type Parameters

| Type Parameter | Default type |
| ------ | ------ |
| `T` | `Element` |
| `E` | `Event` |

## Parameters

| Parameter | Type |
| ------ | ------ |
| `event` | `React.SyntheticEvent<T, E>` |

## Returns

`void`
