Repository URL to install this package:
|
Version:
2.1.16 ▾
|
import { React } from 'react'
import { styled } from 'styleh-components'
import {
ProductImage as BaseProductImage,
BaseWrapper,
} from '../CheckoutCartBundle/ProductItem/styled'
const CartProductImage = styled(BaseProductImage) `
margin-right: 16px;
`
const StyledBaseWrapper = styled(BaseWrapper).attrs({
'data-qa': 'qa-MiniCart-container',
}) ``
export { CartProductImage, StyledBaseWrapper }