UNPKG

supporttor

Version:

A generic React chat widget component that supports any app with a knowledge base

3 lines (2 loc) 146 B
export { ChatWidget } from './components/chat-widget/ChatWidget'; export type { ChatWidgetProps, Message } from './components/chat-widget/types';