@botonic/react
Version:
Build Chatbots using React
10 lines • 409 B
JavaScript
// Convert to an enum when all the files using these values are migrated to ts{x}
export const 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