RootContent

RootContent = RootContentMap[keyof RootContentMap]

Defined in: node_modules/@types/hast/index.d.ts:59

Union of registered hast nodes that can occur in Root.

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