Repository URL to install this package:
|
Version:
2.0.2 ▾
|
import React from 'react';
import { RatingsProps } from './typings';
export declare const renderCount: (props: RatingsProps, total: number | boolean) => string;
export declare const renderEmpty: (props: RatingsProps) => JSX.Element;
export declare const renderWrap: (props: RatingsProps) => JSX.Element;
export declare const renderStarList: (props: RatingsProps) => JSX.Element;
export declare const renderTotal: (props: RatingsProps, formattedCount: React.ReactText) => JSX.Element;