# DeleteDocumentModal

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `isOpen` | `boolean` | ✓ | - |
| `onClose` | `Function` | ✓ | - |
| `onConfirm` | `Function` | ✓ | - |
| `document` | `Document | null` | ✓ | - |
| `loading` | `boolean` | - | - |

## Diagram

```mermaid
graph TD
    component_DeleteDocumentModal_13b2853d["DeleteDocumentModal"]
    class component_DeleteDocumentModal_13b2853d rootComponent
```

## Relationships

- RENDERS → `ExclamationTriangleIcon`
- RENDERS → `XMarkIcon`
