UNPKG

@botonic/react

Version:

Build Chatbots using React

12 lines (9 loc) 257 B
// @ts-nocheck 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'