UNPKG

@botonic/react

Version:

Build Chatbots using React

14 lines (11 loc) 334 B
// @ts-nocheck export { WebchatContext } from './context' export * from './custom-messages' export { Webchat } from './webchat' export { WebchatDev } from './webchat-dev' export function getBotonicApp() { // Botonic is exported from your bot // eslint-disable-next-line no-undef return Botonic } export * from './index-types'