@botonic/react
Version:
Build Chatbots using React
31 lines (30 loc) • 1.63 kB
TypeScript
export { Audio } from './audio';
export { Button } from './button/index';
export { Carousel } from './carousel';
export { customMessage } from './custom-message';
export { Document } from './document';
export { Element } from './element';
export { Handoff } from './handoff';
export { Image } from './image';
export * from './index-types';
export { Location } from './location';
export { Message } from './message';
export { MessageTemplate } from './message-template';
export * from './multichannel';
export { Pic } from './pic';
export { Raw } from './raw';
export { Reply } from './reply';
export { ShareButton } from './share-button';
export { Subtitle } from './subtitle';
export { Text } from './text';
export { Title } from './title';
export { Video } from './video';
export { normalizeWebchatSettings, WebchatSettings, WebchatSettingsProps, } from './webchat-settings';
export { WhatsappButtonList, WhatsappButtonListProps, WhatsappButtonListRowProps, WhatsappButtonListSectionProps, } from './whatsapp-button-list';
export { WhatsappCatalog, WhatsappCatalogProps } from './whatsapp-catalog';
export { WhatsappCTAUrlButton, WhatsappCTAUrlButtonProps, } from './whatsapp-cta-url-button';
export { WhatsappMediaCarousel, WhatsappMediaCarouselProps, } from './whatsapp-media-carousel';
export { WhatsappProduct } from './whatsapp-product';
export { WhatsappProductCarousel, WhatsappProductCarouselProps, } from './whatsapp-product-carousel';
export { ProductItem, WhatsappProductList, WhatsappProductListProps, WhatsappProductListSection, } from './whatsapp-product-list';
export { WhatsappTemplate } from './whatsapp-template';