Kind: Component
Source: atloria-monorepo/packages/editor/src/plugins/image/ImageEditor.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
title | string | ✓ | - |
alt | string | ✓ | - |
className | `string | null` | ✓ |
imageRef | unknown | ✓ | - |
src | string | ✓ | - |
width | `number | unknown` | ✓ |
height | `number | unknown` | ✓ |
Diagram
mermaidgraph TD component_LazyImage_7ef42f1d["LazyImage"] class component_LazyImage_7ef42f1d rootComponent
Referenced By
ImageEditor(RENDERS)
Was this page helpful?