UNPKG

@react-pakistan/react-ui-collection

Version:

React UI Collection built upon React Storybook

27 lines (26 loc) 325 B
export interface IStarRatingProps { /** * */ rating: number; /** * */ numberOfStars: number; /** * */ starRatedColor?: string; /** * */ name?: string; /** * */ starDimension?: string; /** * */ starSpacing?: string; }