UNPKG

@botonic/react

Version:

Build Chatbots using React

15 lines 1.37 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.webchatInitialState = exports.useWebchat = exports.useTyping = exports.usePrevious = exports.useComponentWillMount = exports.useComponentVisible = void 0; var use_component_visible_1 = require("./use-component-visible"); Object.defineProperty(exports, "useComponentVisible", { enumerable: true, get: function () { return use_component_visible_1.useComponentVisible; } }); var use_component_will_mount_1 = require("./use-component-will-mount"); Object.defineProperty(exports, "useComponentWillMount", { enumerable: true, get: function () { return use_component_will_mount_1.useComponentWillMount; } }); var use_previous_1 = require("./use-previous"); Object.defineProperty(exports, "usePrevious", { enumerable: true, get: function () { return use_previous_1.usePrevious; } }); var use_typing_1 = require("./use-typing"); Object.defineProperty(exports, "useTyping", { enumerable: true, get: function () { return use_typing_1.useTyping; } }); var use_webchat_1 = require("./use-webchat"); Object.defineProperty(exports, "useWebchat", { enumerable: true, get: function () { return use_webchat_1.useWebchat; } }); Object.defineProperty(exports, "webchatInitialState", { enumerable: true, get: function () { return use_webchat_1.webchatInitialState; } }); //# sourceMappingURL=index.js.map