Mapping from the canonical built-in tag (without prefix) to the
BaseScElement subclass that backs it. Exported so consumers can
introspect what registerSchemaComponents will register —
useful for diagnostics and for building documentation surfaces.
The top-level orchestrator elements (schema-component,
schema-view, schema-field) are listed alongside the per-type
<sc-*> elements; the structural type relaxes to HTMLElement so
every constructor is assignable.
Mapping from the canonical built-in tag (without prefix) to the
BaseScElementsubclass that backs it. Exported so consumers can introspect what registerSchemaComponents will register — useful for diagnostics and for building documentation surfaces.The top-level orchestrator elements (
schema-component,schema-view,schema-field) are listed alongside the per-type<sc-*>elements; the structural type relaxes toHTMLElementso every constructor is assignable.