# TableOfContentsProps

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `entries` | `TocEntry[]` |
| `onNavigate` | `(id: string) => void` |
| `title` | `string` |
| `className` | `string` |
| `scrollOffset` | `number` |
