# ScreenshotAnnotationEditor

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/enterprise/screenshots/ScreenshotAnnotationEditor.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/enterprise/screenshots/ScreenshotAnnotationEditor.tsx#L29)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `imageUrl` | `string` | ✓ | - |
| `description` | `string` | - | - |
| `initialAnnotations` | `Annotation[] | null` | - | - |
| `onSave` | `Function` | ✓ | - |
| `onClose` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_ScreenshotAnnotationEditor_68e85741["ScreenshotAnnotationEditor"]
    class component_ScreenshotAnnotationEditor_68e85741 rootComponent
```

## Relationships

- USES_HOOK → `useState`
- USES_HOOK → `useRef`
- USES_HOOK → `useMemo`
- USES_HOOK → `useCallback`
