This map registers all node types that are acceptable in a static phrasing context.
This interface can be augmented to register custom node types in a phrasing context, including links and link references.
declare module 'mdast' { interface StaticPhrasingContentMap { mdxJsxTextElement: MDXJSXTextElement; }}
Generated using TypeDoc
This map registers all node types that are acceptable in a static phrasing context.
This interface can be augmented to register custom node types in a phrasing context, including links and link references.
Example