UNPKG

converse-ai-support-library

Version:

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

3 lines (2 loc) 210 B
import { ContactButtonsProps } from '../types/ContactButtons'; export default function ContactButtons({ onEmailClick, onChatClick, onCallClick, }: ContactButtonsProps): import("react/jsx-runtime").JSX.Element;