sandia-chatbot-widget
Version:
Production-ready Sandia AI Chatbot Widget v3.0 with advanced themes, animations, notifications, and enterprise features
5 lines • 350 B
TypeScript
export { default as SandiaWidget } from './components/SandiaWidget';
export type { SandiaWidgetProps } from './components/SandiaWidget';
export type { WidgetStyles, SandiaChatbotConfig, Message, ChatbotConfig, ApiResponse, EmbedValidationResult } from './types';
export { initSandiaChatbot } from './vanilla/init';
//# sourceMappingURL=index.d.ts.map