Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / src / components / molecules / Ratings / renderProps.d.ts
Size: Mime:
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;