ElementContent
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.
type ElementContent = ElementContentMap[keyof ElementContentMap];
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.