# LightboxProps

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `onClose` | `() => void` |
| `label` | `string` |
| `closeLabel` | `string` |
| `caption` | `string | null` |
| `dir` | `'ltr' | 'rtl'` |
| `returnFocusRef` | `React.RefObject<HTMLElement | null>` |
| `children` | `React.ReactNode` |
