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

19 lines 1.13 kB
export { AdMeshProductCard } from './AdMeshProductCard'; export { AdMeshCompareTable } from './AdMeshCompareTable'; export { AdMeshBadge } from './AdMeshBadge'; export { AdMeshLayout } from './AdMeshLayout'; export { AdMeshLinkTracker } from './AdMeshLinkTracker'; export { AdMeshConversationalUnit } from './AdMeshConversationalUnit'; export { AdMeshConversationSummary } from './AdMeshConversationSummary'; export { AdMeshInlineRecommendation } from './AdMeshInlineRecommendation'; export { AdMeshCitationUnit } from './AdMeshCitationUnit'; export { AdMeshCitationReference } from './AdMeshCitationReference'; export { AdMeshSidebar } from './AdMeshSidebar'; export { AdMeshSidebarHeader } from './AdMeshSidebarHeader'; export { AdMeshSidebarContent } from './AdMeshSidebarContent'; export { AdMeshFloatingChat } from './AdMeshFloatingChat'; export { AdMeshChatInterface } from './AdMeshChatInterface'; export { AdMeshChatMessage } from './AdMeshChatMessage'; export { AdMeshChatInput } from './AdMeshChatInput'; export { AdMeshAutoRecommendationWidget } from './AdMeshAutoRecommendationWidget'; //# sourceMappingURL=index.d.ts.map