react-google-reviews
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -17,2 +17,3 @@ export type GoogleReview = { | ||
}; | ||
export declare const GoogleReview: {}; | ||
export type NameDisplay = "fullNames" | "firstAndLastInitials" | "firstNamesOnly"; | ||
@@ -38,2 +39,3 @@ export type LogoVariant = "icon" | "full" | "none"; | ||
export type FeaturableAPIResponse = FeaturableAPIResponseSuccess | FeaturableAPIResponseError; | ||
export declare const FeaturableAPIResponse: {}; | ||
export {}; |
@@ -17,2 +17,3 @@ export type GoogleReview = { | ||
}; | ||
export declare const GoogleReview: {}; | ||
export type NameDisplay = "fullNames" | "firstAndLastInitials" | "firstNamesOnly"; | ||
@@ -38,2 +39,3 @@ export type LogoVariant = "icon" | "full" | "none"; | ||
export type FeaturableAPIResponse = FeaturableAPIResponseSuccess | FeaturableAPIResponseError; | ||
export declare const FeaturableAPIResponse: {}; | ||
export {}; |
@@ -142,2 +142,3 @@ import React$1 from 'react'; | ||
}; | ||
declare const GoogleReview: {}; | ||
type NameDisplay = "fullNames" | "firstAndLastInitials" | "firstNamesOnly"; | ||
@@ -163,2 +164,3 @@ type LogoVariant = "icon" | "full" | "none"; | ||
type FeaturableAPIResponse = FeaturableAPIResponseSuccess | FeaturableAPIResponseError; | ||
declare const FeaturableAPIResponse: {}; | ||
@@ -382,2 +384,2 @@ /** @jsxImportSource @emotion/react */ | ||
export { type FeaturableAPIResponse, type GoogleReview as ReactGoogleReview, ReactGoogleReviews, dangerouslyFetchPlaceReviews }; | ||
export { FeaturableAPIResponse, GoogleReview as ReactGoogleReview, ReactGoogleReviews, dangerouslyFetchPlaceReviews }; |
{ | ||
"name": "react-google-reviews", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "A React component to easily display Google reviews using Google Places API or Google My Business API.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1227482
2389