Repository URL to install this package:
|
Version:
3.0.1 ▾
|
import { RatingProps } from './typings';
declare const Star: () => JSX.Element;
declare function defaultStar(props: RatingProps, item: Object): JSX.Element;
declare function ratedStar(props: RatingProps, item: Object): JSX.Element;
declare function renderCount(props: RatingProps): JSX.Element;
declare function renderStars(props: RatingProps): JSX.Element;
declare function renderContainer(props: RatingProps): JSX.Element;
declare function renderWrapper(props: RatingProps): JSX.Element;
export { Star, defaultStar, ratedStar, renderWrapper, renderContainer, renderStars, renderCount, };