# IToastContent

## Definition

```tsx
type IToastContent = () => JSX.Element;
```

## Usage

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