converse-ai-support-library
Version:
A React component library for floating contact buttons (email, chat, call)
7 lines (6 loc) • 393 B
TypeScript
export { default as ContactButtons } from './ContactButtons';
export { default as Call } from './Call/Call';
export { default as CallInterface } from './Call/CallInterface';
export { default as GetInfoForm } from './GetInfoForm/GetInfoForm';
export { default as GetInfoFormInterface } from './GetInfoForm/GetInfoFormInterface';
export { CallButton, ChatButton, EmailButton } from './Buttons';