Kind: Component
Source: atloria-monorepo/apps/web/src/app/app/projects/[id]/technical-docs/components/ExportModal.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
projectId | string | ✓ | - |
open | boolean | ✓ | - |
onClose | Function | ✓ | - |
defaultScope | ExportScope | - | "technical" |
Diagram
mermaidgraph 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
Was this page helpful?