UNPKG

@naturacosmeticos/natds-react

Version:
6 lines (5 loc) 316 B
/// <reference types="react" /> import { RatingCounterProps, RatingProps } from './Rating.props'; export declare const isRatingCounter: (props: RatingProps) => props is RatingCounterProps; declare const RatingCounter: ({ ariaLabelGroup, testID, ...props }: RatingProps) => JSX.Element; export default RatingCounter;