# MdastTreeImportOptions

**Kind:** Interface

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

The options of the tree import utility. Not meant to be used directly.

## Properties

| Property | Type |
|---|---|
| `root` | `ImportPoint` |
| `visitors` | `MdastImportVisitor<Mdast.RootContent>[]` |
| `mdastRoot` | `Mdast.Root` |
