Repository URL to install this package:
|
Version:
0.9.5 ▾
|
ui-component-library
/
src
/
components
/
abstractions
/
BundleProduct
/
MiniCartBundle
/
styled.tsx
|
|---|
import { React } from 'react'
import { styled } from 'view-container'
import { ProductImage as BaseProductImage } from '../CheckoutCartBundle/ProductItem/styled'
const CartProductImage = styled.withComponent(BaseProductImage) `
margin-right: 16px;
`
export { CartProductImage }