# IEventDispatcher

## Definition

```tsx
type IEventDispatcher = (instanceId: string, eventName: string, data?: { [key: string]: any }) => void
```

## Usage

```tsx
import { IEventDispatcher } from 'uxp/components';
```
