# EditorRootElement

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `children` | `any` | ✓ | - |
| `className` | `any` | ✓ | - |
| `overlayContainer` | `any` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_EditorRootElement_2f524900["EditorRootElement"]
    class component_EditorRootElement_2f524900 rootComponent
```

## Relationships

- USES_HOOK → `useRef`
- USES_HOOK → `usePublisher`
- USES_HOOK → `useEffect`
