@promokit/react
Version:
React components for PromoKit marketing infrastructure
3 lines (2 loc) • 299 B
TypeScript
import { TestimonialWallProps } from '../types';
export declare function TestimonialWall({ productId, apiKey, layout, theme, autoRefresh, maxItems, showRating, onTestimonialClick, onError, showDetailedErrors, enableRetry, className }: TestimonialWallProps): import("react/jsx-runtime").JSX.Element;