@botonic/react
Version:
Build Chatbots using React
13 lines • 518 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.BotonicContainerId = void 0;
// Convert to an enum when all the files using these values are migrated to ts{x}
exports.BotonicContainerId = {
Webchat: 'botonic-webchat',
Header: 'botonic-header',
ChatArea: 'botonic-chat-area',
ScrollableMessagesList: 'botonic-scrollable-messages-list',
RepliesContainer: 'botonic-replies-container',
InputPanel: 'botonic-input-panel',
};
//# sourceMappingURL=constants.js.map
;