UNPKG

@botonic/react

Version:

Build Chatbots using React

19 lines 967 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getBotonicApp = exports.WebchatDev = exports.Webchat = exports.WebchatContext = void 0; const tslib_1 = require("tslib"); // @ts-nocheck var context_1 = require("./context"); Object.defineProperty(exports, "WebchatContext", { enumerable: true, get: function () { return context_1.WebchatContext; } }); var webchat_1 = require("./webchat"); Object.defineProperty(exports, "Webchat", { enumerable: true, get: function () { return webchat_1.Webchat; } }); var webchat_dev_1 = require("./webchat-dev"); Object.defineProperty(exports, "WebchatDev", { enumerable: true, get: function () { return webchat_dev_1.WebchatDev; } }); function getBotonicApp() { // Botonic is exported from your bot // eslint-disable-next-line no-undef return Botonic; } exports.getBotonicApp = getBotonicApp; tslib_1.__exportStar(require("./index-types"), exports); //# sourceMappingURL=index.js.map