# SerializedLexicalJsxNode

**Kind:** Type

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

## Definition

```ts
Spread<
  {
    mdastNode: MdastJsx
    importStatement: ImportStatement | undefined
    type: 'jsx'
    version: 1
  },
  SerializedLexicalNode
>
```
