UNPKG

vue-chat-button-simple

Version:

Vue 2 & Vue 3 compatible chat button components with badge support, modal popup, fixed positioning, environment configuration, and customizable themes

18 lines 658 B
declare global { interface Window { Vue: any; VueChatButtonGlobal: any; } } export { default as ChatButtonWithBadge } from './components/ChatButtonWithBadge.vue2.js'; export { default as ChatModal } from './components/ChatModal.vue2.js'; export { default as ErrorModal } from './components/ErrorModal.vue2.js'; export type { EnvironmentConfig } from './config/environment'; export { detectEnvironment, getEnvironmentConfig } from './config/environment'; declare const _default: { ChatButtonWithBadge: any; ChatModal: any; install(Vue: any): void; }; export default _default; //# sourceMappingURL=index.vue2.global.d.ts.map