UNPKG

@mdx-js/mdx

Version:
12 lines (11 loc) 296 B
/** * List of node types made by `mdast-util-mdx`, which have to be passed * through untouched from the mdast tree to the hast tree. */ export const nodeTypes = /** @type {const} */ ([ 'mdxFlowExpression', 'mdxJsxFlowElement', 'mdxJsxTextElement', 'mdxTextExpression', 'mdxjsEsm' ])