UNPKG

@botonic/react

Version:

Build Chatbots using React

12 lines 497 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'; //# sourceMappingURL=index.js.map