UNPKG

@botonic/react

Version:

Build Chatbots using React

16 lines 1.36 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MultichannelCarousel = exports.MultichannelReply = exports.MultichannelButton = exports.MultichannelText = exports.Multichannel = void 0; const tslib_1 = require("tslib"); const multichannel_1 = require("./multichannel"); Object.defineProperty(exports, "Multichannel", { enumerable: true, get: function () { return multichannel_1.Multichannel; } }); const multichannel_button_1 = require("./multichannel-button"); Object.defineProperty(exports, "MultichannelButton", { enumerable: true, get: function () { return multichannel_button_1.MultichannelButton; } }); const multichannel_carousel_1 = require("./multichannel-carousel"); Object.defineProperty(exports, "MultichannelCarousel", { enumerable: true, get: function () { return multichannel_carousel_1.MultichannelCarousel; } }); const multichannel_reply_1 = require("./multichannel-reply"); Object.defineProperty(exports, "MultichannelReply", { enumerable: true, get: function () { return multichannel_reply_1.MultichannelReply; } }); const multichannel_text_1 = require("./multichannel-text"); Object.defineProperty(exports, "MultichannelText", { enumerable: true, get: function () { return multichannel_text_1.MultichannelText; } }); tslib_1.__exportStar(require("./index-types"), exports); //# sourceMappingURL=index.js.map