# AudienceBlock

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/Editor/AudienceBlock.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Editor/AudienceBlock.tsx#L46)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `audience` | `Audience` | - | - |
| `audienceLogic` | `string` | - | - |
| `children` | `unknown` | ✓ | - |
| `onEdit` | `Function` | - | - |
| `onDelete` | `Function` | - | - |
| `isNested` | `boolean` | - | false |

## Diagram

```mermaid
graph TD
    component_AudienceBlock_1eec9820["AudienceBlock"]
    class component_AudienceBlock_1eec9820 rootComponent
```

## Relationships

- USES_HOOK → `useState`
