# LexicalVisitor

**Kind:** Type

**Source:** [`atloria-monorepo/packages/editor/src/exportMarkdownFromLexical.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/exportMarkdownFromLexical.ts#L96)

A generic visitor that can be used to process any lexical node.

## Definition

```ts
LexicalExportVisitor<LexicalNode, Mdast.RootContent>
```
