# GenericJsxEditor

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `mdastNode` | `any` | ✓ | - |
| `descriptor` | `any` | ✓ | - |
| `PropertyEditor` | `any` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_GenericJsxEditor_3c825878["GenericJsxEditor"]
    class component_GenericJsxEditor_3c825878 rootComponent
```

## Relationships

- RENDERS → `PropertyEditorComponent`
- RENDERS → `NestedLexicalEditor`
- USES_HOOK → `useMdastNodeUpdater`
- USES_HOOK → `useMemo`
- USES_HOOK → `useCallback`
