# RenderRecursiveWrappers

**Kind:** Component

**Source:** [`atloria-monorepo/packages/editor/src/MDXEditor.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/MDXEditor.tsx#L179)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `wrappers` | `any` | ✓ | - |
| `children` | `any` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_RenderRecursiveWrappers_4c55724f["RenderRecursiveWrappers"]
    class component_RenderRecursiveWrappers_4c55724f rootComponent
```

## Relationships

- RENDERS → `Wrapper`
- RENDERS → `RenderRecursiveWrappers`

## Referenced By

- `RichTextEditor` (RENDERS)
- `RenderRecursiveWrappers` (RENDERS)
