RootContent

RootContent = RootContentMap[keyof RootContentMap]

Defined in: node_modules/@types/mdast/index.d.ts:307

Union of registered mdast nodes that can occur in Root.

To register custom mdast nodes, add them to RootContentMap. They will be automatically added here.