ElementContent

ElementContent = ElementContentMap[keyof ElementContentMap]

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

Union of registered hast nodes that can occur in Element.

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