bettercx-widget
Version:
Professional AI-powered chat widget for BetterCX platform. Seamlessly integrate intelligent customer support into any website.
13 lines (12 loc) • 524 B
TypeScript
/**
* @fileoverview BetterCX Widget - Production-ready embeddable chat widget
*
* This is the main entry point for the BetterCX Widget library.
* It exports the web component and related utilities.
*/
export { BetterCXWidget } from './components/bettercx-widget/bettercx-widget';
export { AuthService } from './services/auth.service';
export { ApiService } from './services/api.service';
export { ThemeService } from './services/theme.service';
export type * from './types/api';
export { format } from './utils/utils';