UNPKG

react-google-reviews

Version:

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

9 lines (8 loc) 295 B
/** @jsxImportSource @emotion/react */ import React, { FC } from "react"; import { LoadingStateCSSProps } from "../../types/cssProps"; type LoadingStateProps = { loadingMessage?: React.ReactNode; }; export declare const LoadingState: FC<LoadingStateProps & LoadingStateCSSProps>; export {};