Repository URL to install this package:
|
Version:
2.1.12 ▾
|
import { OrderSummaryLabelProps } from './typings'
const ProductOrderSummaryList: Array<OrderSummaryLabelProps> = [
{
label: 'subtotal(4items)',
value: '$1,623.80',
},
{
label: 'standard shipping',
value: 'free',
},
{
label: 'estimated sales tax',
value: '$57.24',
},
{
label: 'total',
value: '$1,679.80',
className: 'enable-bold total-count',
},
{
label: 'loyalty points earned',
value: '224',
className: 'enable-semi',
},
]
export { ProductOrderSummaryList }