/** * @exotel-npm-dev/signal-design-system/chat * * Separate entry point for the Chat building blocks (MUI X Chat). * This keeps @mui/x-chat out of the main bundle — consumers only * pay the cost when they import from this path. * * Usage: * import { ChatBox, ChatConversation, ChatProvider, createEchoAdapter } from '@exotel-npm-dev/signal-design-system/chat'; */ export * from './components/Chat';