Registry of all mdast nodes that can occur where PhrasingContent is expected.
This interface can be augmented to register custom node types:
declare module 'mdast' { interface PhrasingContentMap { // Allow using MDX JSX (text) nodes defined by `remark-mdx`. mdxJsxTextElement: MDXJSXTextElement; }} Copy
declare module 'mdast' { interface PhrasingContentMap { // Allow using MDX JSX (text) nodes defined by `remark-mdx`. mdxJsxTextElement: MDXJSXTextElement; }}
For a union of all phrasing content, see RootContent.
Registry of all mdast nodes that can occur where PhrasingContent is expected.
This interface can be augmented to register custom node types:
For a union of all phrasing content, see RootContent.