Kind: Component
Source: atloria-monorepo/apps/web/src/components/Documents/DeleteDocumentModal.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
isOpen | boolean | ✓ | - |
onClose | Function | ✓ | - |
onConfirm | Function | ✓ | - |
document | `Document | null` | ✓ |
loading | boolean | - | - |
Diagram
mermaidgraph TD component_DeleteDocumentModal_13b2853d["DeleteDocumentModal"] class component_DeleteDocumentModal_13b2853d rootComponent
Relationships
- RENDERS →
ExclamationTriangleIcon - RENDERS →
XMarkIcon
Was this page helpful?