// 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',
}
