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 / dist / components / presets / Ratings / renderProps.d.ts
Size: Mime:
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, };