livechat-widget
Version:
LiveChat Widget for Next.js applications
6 lines (5 loc) • 361 B
TypeScript
export { default as ChatWidgetClient } from './components/chat/ChatWidgetClient';
export { default as ChatWidget } from './components/chat/ChatWidget';
export type { ChatMessage, UserInfo } from './types/chat';
export type { ChatWidgetProps } from './components/chat/ChatWidget';
export type { ChatWidgetClientProps } from './components/chat/ChatWidgetClient';