UNPKG

react-google-reviews

Version:

A React component to easily display Google reviews using Google Places API or Google My Business API.

7 lines (6 loc) 153 B
/** @jsxImportSource @emotion/react */ import { FC } from "react"; export declare const StarRating: FC<{ rating: number; className?: string; }>;