<DiagramRegion>
Marks a region inside a <DiagramStepper> diagram.
| Name | Type | Default | Description |
|---|---|---|---|
id | string | — | Region ID referenced in diagram steps. |
children | ReactNode | — | SVG or DOM content for this region. |
as? | 'g' | 'div' | 'g' | Element to render. |
animation? | RegionAnimation | — | Optional per-region animation. |