Registry of all mdast nodes that can occur where BlockContent is expected.
This interface can be augmented to register custom node types:
declare module 'mdast' { interface BlockContentMap { // Allow using MDX ESM nodes defined by `remark-mdx`. mdxjsEsm: MdxjsEsm; }} Copy
declare module 'mdast' { interface BlockContentMap { // Allow using MDX ESM nodes defined by `remark-mdx`. mdxjsEsm: MdxjsEsm; }}
For a union of all block content, see RootContent.
Registry of all mdast nodes that can occur where BlockContent is expected.
This interface can be augmented to register custom node types:
For a union of all block content, see RootContent.