Kind: Component
Source: atloria-monorepo/apps/web/src/components/Viewer/Lightbox.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
onClose | Function | ✓ | - |
label | string | ✓ | - |
closeLabel | string | ✓ | - |
caption | `string | null` | - |
dir | `unknown | unknown` | - |
returnFocusRef | unknown | - | - |
children | unknown | ✓ | - |
Diagram
mermaidgraph TD component_Lightbox_5b913125["Lightbox"] class component_Lightbox_5b913125 rootComponent
Relationships
- USES_HOOK →
useRef - USES_HOOK →
useEffect - USES_HOOK →
useCallback
Was this page helpful?