Kind: Component
Source: atloria-monorepo/apps/web/src/components/NewProjectWizard/scenes/SceneProjectDetails.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
provider | `unknown | unknown | unknown` |
owner | string | ✓ | - |
repo | string | ✓ | - |
repoUrl | string | ✓ | - |
currentBranch | string | ✓ | - |
repoUsername | string | - | - |
accessToken | string | - | - |
onSelect | Function | ✓ | - |
onClose | Function | ✓ | - |
Diagram
mermaidgraph TD component_BranchPickerModal_72a5444f["BranchPickerModal"] class component_BranchPickerModal_72a5444f rootComponent
Relationships
- RENDERS →
motion-div - RENDERS →
motion-svg - USES_HOOK →
useAPIClient - USES_HOOK →
useState - USES_HOOK →
useEffect - USES_HOOK →
useMemo
Referenced By
SceneProjectDetails(RENDERS)
Was this page helpful?