===== 5.2.2 ===== .. toctree:: :maxdepth: 1 5.2.3 :right:`2024-05-27` .. highlight:: typescript .. rst-class:: release-notes MODIFIED ======== .. code-block:: :caption: squared.base type SlotParentMap = Map; // HTMLSlotElement formerly [1] class Application { replaceShadowRootSlots(shadowRoot: ShadowRoot, slotsMap?: SlotParentMap): SlotParentMap; // slotsMap (Internal) }