A component nests a child component and wants to expose the child's internal 'thumb' part to the outer page. Which combination correctly forwards it so page CSS can write ::part(slider-thumb)?
<!-- page -->
<x-range></x-range>
<!-- x-range shadow -->
<x-slider exportparts="???"></x-slider>
<!-- x-slider shadow -->
<div part="thumb"></div>