UNPKG

admesh-ui-sdk

Version:

Beautiful, modern React components for displaying AI-powered product recommendations with citation-based conversation ads, auto-triggered widgets, floating chat, conversational interfaces, persistent sidebar, and built-in tracking. Includes zero-code SDK

14 lines 527 B
import { default as React } from 'react'; import { AdMeshRecommendation, AdMeshTheme } from '../types/index'; export interface AdMeshTailAdProps { summaryText?: string; recommendations: AdMeshRecommendation[]; theme?: AdMeshTheme; className?: string; style?: React.CSSProperties; onLinkClick?: (recommendation: AdMeshRecommendation) => void; sessionId?: string; } export declare const AdMeshTailAd: React.FC<AdMeshTailAdProps>; export default AdMeshTailAd; //# sourceMappingURL=AdMeshTailAd.d.ts.map