UNPKG

react-elfsight-reviews

Version:

A lightweight React component to embed Elfsight Google Reviews widgets with lazy script loading and one-time injection.

8 lines (7 loc) 151 B
import React from 'react'; interface Props { id: string; className?: string; } export declare const GoogleReviews: React.FC<Props>; export {};