Repository URL to install this package:
|
Version:
0.14.1 ▾
|
const symbols = {
star: '*',
}
const classes = {
ratings: 'rating',
totalRatings: 'product-rating-total-count',
star: {
empty: 'svg-star empty',
full: 'svg-star full',
percent: '',
},
}
export { classes, symbols }