# DocumentListProps

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/ui-react/src/components/DocumentList.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-react/src/components/DocumentList.tsx#L8)

Props for DocumentList component

## Properties

| Property | Type |
|---|---|
| `documents` | `Document[]` |
| `onDocumentClick` | `(document: Document) => void` |
| `loading` | `boolean` |
| `emptyMessage` | `string` |
