# $createLexicalJsxNode

**Kind:** Function

**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#L144)

## Signature

```ts
function $createLexicalJsxNode(mdastNode: MdastJsx, importStatement: ImportStatement): LexicalJsxNode
```

## Parameters

| Name | Type |
|---|---|
| `mdastNode` | `MdastJsx` |
| `importStatement` | `ImportStatement` |

**Returns:** `LexicalJsxNode`
