UNPKG

@botonic/react

Version:

Build Chatbots using React

16 lines (13 loc) 237 B
export enum RatingType { Stars = 'stars', Smileys = 'smileys', } export interface RatingItemProps { color: string ratingNumber: number hover: number } export interface RatingIconProps { color: string selected?: boolean }