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

7 lines 430 B
import { default as VueChatButton } from './plugins/install'; export { default as ChatButtonWithBadge } from './components/ChatButtonWithBadge/index.vue'; export { default as ChatModal } from './components/ChatModal.vue'; export type { EnvironmentConfig } from './config/environment'; export { detectEnvironment, getEnvironmentConfig } from './config/environment'; export default VueChatButton; //# sourceMappingURL=index.d.ts.map