i am working on a project where the code is written like this
<S.Checkout>{checkout}</S.Checkout>
when i control click on this it takes me to this
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.