UNPKG

converse-ai-support-library

Version:

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

11 lines (10 loc) 777 B
export type { Message, ChatbotProps, ChatInputProps } from './Chatbot'; export type { EmailProps, EmailFormData, EmailTemplateParams } from './Email'; export type { GetInfoFormProps, GetInfoFormData, GetInfoFormInterfaceProps, } from './GetInfoForm'; export type { ButtonProps, CallButtonProps, ChatButtonProps, EmailButtonProps, } from './Button'; export type { ContactButtonsProps } from './ContactButtons'; export type { Agent, VapiAgentConfig, RuntimeAgentResponse } from './agent'; export type { SVGComponentProps } from './SVG'; export type { InputProps } from '../components/common'; export type { VapiChatRequest, VapiChatResponse, VapiError, VapiMessage, VapiCostItem, } from './api'; export { MessageRole, ChatStatus, VapiEndpoints, ChatActionType, } from './enums';