UNPKG

converse-ai-support-library

Version:

A React component library for floating contact buttons (email, chat, call)

6 lines (5 loc) 132 B
export interface ContactButtonsProps { onEmailClick?: () => void; onChatClick?: () => void; onCallClick?: () => void; }