19declare(strict_types=1);
A component is the most general form of an entity in the UI.
An entity that renders components to a string output.
Loads renderers for components.
getRendererFor(Component $component, array $contexts)
Get a renderer for a certain Component class.
getRendererFactoryFor(Component $component)
Get a factory for a renderer for a certain component class.
This is the interface that components should use if they want to load specific renderers.