UNPKG

pretty-rating-react

Version:

Pretty rating formatter with React FontAwesome icons

5 lines (4 loc) 211 B
import { PrettyRating } from './components/pretty-rating'; import * as PrettyRatingInterface from './types/index'; export type IconsInterface = PrettyRatingInterface.AllowIconsType; export default PrettyRating;