# DocumentListItem

**Kind:** Component

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

## Props

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

## Diagram

```mermaid
graph TD
    component_DocumentListItem_63ee54cf["DocumentListItem"]
    class component_DocumentListItem_63ee54cf rootComponent
```

## Relationships

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