Kind: Interface
Source: atloria-monorepo/packages/ui-react/src/components/ProjectCard.tsx
Props for ProjectCard component
Properties
| Property | Type |
|---|---|
project | Project |
onClick | (project: Project) => void |
showDescription | boolean |
showMenu | boolean |
onDelete | (project: Project) => void |
Was this page helpful?