# ExportModal

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/projects/[id]/technical-docs/components/ExportModal.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/projects/[id]/technical-docs/components/ExportModal.tsx#L48)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `projectId` | `string` | ✓ | - |
| `open` | `boolean` | ✓ | - |
| `onClose` | `Function` | ✓ | - |
| `defaultScope` | `ExportScope` | - | "technical" |

## Diagram

```mermaid
graph TD
    component_ExportModal_37cf2205["ExportModal"]
    class component_ExportModal_37cf2205 rootComponent
```

## Relationships

- RENDERS → `AnimatePresence`
- RENDERS → `motion-div`
- USES_HOOK → `useAPIClient`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
