/** * wSocket Support Widget — Auto-init Embed Script * * This file is the entry point for the CDN bundle (support.js). * When loaded via script tag, it auto-initializes the widget: * * */ import { SupportWidget, type SupportWidgetConfig } from './widget.js'; export { SupportWidget, type SupportWidgetConfig }; export type { WidgetTheme } from './styles.js'; export type { WidgetStrings } from './i18n.js'; //# sourceMappingURL=embed.d.ts.map