UNPKG

@agentman/chat-widget

Version:

Agentman Chat Widget for easy integration with web applications

14 lines (13 loc) 384 B
import type { Message } from '../types/types'; export declare class CustomRenderer { renderHtml(content: string): string; renderCustom(message: Message): string; private renderImage; private renderButton; private renderCard; private renderCarousel; private renderQuickReplies; private sanitizeHtml; private sanitizeText; private sanitizeUrl; }