Kind: Component
Source: atloria-monorepo/apps/web/src/components/DeleteProjectModal.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
project | `Project | null` | ✓ |
onClose | Function | ✓ | - |
onConfirm | Function | ✓ | - |
Diagram
mermaidgraph TD component_DeleteProjectModal_4733800["DeleteProjectModal"] class component_DeleteProjectModal_4733800 rootComponent
Relationships
- RENDERS →
AnimatePresence - RENDERS →
motion-div - USES_HOOK →
useState - USES_HOOK →
useEffect
Was this page helpful?