estoy trabajando en un proyecto donde el código está escrito así <S.Checkout>{checkout}</S.Checkout>
cuando controlo clic en esto me lleva a esto
loading, checkout, cartSummary, totalPrice, button, showPrepaidOffer, }: IProps) => { const history = useHistory(); const overlay = useContext(OverlayContext); const { show } = overlay; const { user } = useAuth(); const isMobile = useIsMobile(); ``` when i control click on checkout it takes me to types.ts i am unable to find the location of the component where the code is written.