ComponentMap
components.types.ts:344Plain map of component key → component used by the multi-add APIs and
returned from addComponents so callers can grab refs to what they
registered without a follow-up getComponent call.
Record<string, Component<THost>>