# IAlertContent

## Definition

```tsx
type IAlertContent = () => JSX.Element
```

## Usage

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