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

14 lines 1.67 kB
export { AdMeshProductCard, AdMeshCompareTable, AdMeshBadge, AdMeshLayout, AdMeshLinkTracker, AdMeshSimpleAd, AdMeshConversationSummary, AdMeshCitationUnit, AdMeshInlineRecommendation, AdMeshConversationalUnit, AdMeshCitationReference, AdMeshFloatingChat, AdMeshChatInterface, AdMeshChatMessage, AdMeshChatInput, AdMeshSidebar, AdMeshSidebarHeader, AdMeshSidebarContent, AdMeshAutoRecommendationWidget } from './components'; export { useAdMeshTracker, setAdMeshTrackerConfig, buildAdMeshLink, extractTrackingData } from './hooks/useAdMeshTracker'; export { useAdMeshStyles } from './hooks/useAdMeshStyles'; export type { AdMeshRecommendation, AdMeshTheme, IntentType, BadgeType, BadgeVariant, BadgeSize, TrackingData, AdMeshProductCardProps, AdMeshCompareTableProps, AdMeshBadgeProps, AdMeshLayoutProps, AdMeshLinkTrackerProps, AdMeshSimpleAdProps, UseAdMeshTrackerReturn, AgentRecommendationResponse, AdMeshConfig, ConversationalDisplayMode, ConversationContext, ConversationalAdConfig, AdMeshConversationSummaryProps, AdMeshCitationUnitProps, AdMeshInlineRecommendationProps, AdMeshChatInputProps, AdMeshChatMessageProps, AdMeshChatInterfaceProps, AdMeshFloatingChatProps, AdMeshCitationReferenceProps, AdMeshConversationalUnitProps, ChatMessage, SidebarPosition, SidebarSize, SidebarDisplayMode, AdMeshSidebarConfig, AdMeshSidebarProps, SidebarFilters, AdMeshSidebarHeaderProps, AdMeshSidebarContentProps, } from './types/index'; export declare const VERSION = "0.2.1"; export declare const DEFAULT_CONFIG: { trackingEnabled: boolean; debug: boolean; theme: { mode: "light"; accentColor: string; }; }; //# sourceMappingURL=index.d.ts.map