UNPKG

@botonic/react

Version:

Build Chatbots using React

12 lines (11 loc) 464 B
import { Multichannel } from './multichannel'; import { MultichannelButton } from './multichannel-button'; import { MultichannelCarousel } from './multichannel-carousel'; import { MultichannelReply } from './multichannel-reply'; import { MultichannelText } from './multichannel-text'; export { Multichannel }; export { MultichannelText }; export { MultichannelButton }; export { MultichannelReply }; export { MultichannelCarousel }; export * from './index-types';