<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [Emitters](./x-components.emitters.md)

## Emitters type

Represents a dictionary where the key is an event name and its value is an [Emitter](./x-components.emitter.md)<!-- -->.

**Signature:**

```typescript
export type Emitters<SomeEvents extends Dictionary, SomeEventMetadata extends Dictionary> = {
    [SomeEvent in keyof SomeEvents]?: Emitter<SomeEvents, SomeEvent, SomeEventMetadata>;
};
```
**References:** [Emitter](./x-components.emitter.md)

