UNPKG

@botonic/react

Version:

Build Chatbots using React

10 lines (9 loc) 359 B
// 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', }