UNPKG

ratings-hexipi

Version:

This is a React.JS ratings module.

6 lines (5 loc) 298 B
import 'bootstrap/dist/js/bootstrap'; import RatingSection, { CommentRes } from './components/RatingSection'; import RatingsSummary, { defaultRatingPercentages } from './components/RatingsSummary'; export default RatingSection; export { RatingsSummary, CommentRes, defaultRatingPercentages };