Render a container element by dispatching on its type discriminant.
type
Headers, alignment wrappers, and string-typed containers each follow different rendering paths. Unknown container types render their children without a wrapping element.
The current render context.
Container data including type, attributes, and child elements.
Render a container element by dispatching on its
typediscriminant.Headers, alignment wrappers, and string-typed containers each follow different rendering paths. Unknown container types render their children without a wrapping element.