# DocumentCard

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/Documents/DocumentCard.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Documents/DocumentCard.tsx#L18)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `document` | `unknown` | ✓ | - |
| `onDelete` | `Function` | - | - |

## Diagram

```mermaid
graph TD
    component_DocumentCard_5fc3e2f["DocumentCard"]
    class component_DocumentCard_5fc3e2f rootComponent
```

## Relationships

- RENDERS → `PencilIcon`
- RENDERS → `TrashIcon`
- USES_HOOK → `useRouter`
