@botonic/react
Version:
Build Chatbots using React
14 lines (11 loc) • 455 B
text/typescript
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'