vue-chat-button-simple
Version:
Vue 3 chat button components with badge support, modal popup, fixed positioning, environment configuration, and customizable themes
8 lines • 505 B
TypeScript
import { default as VueChatButton } from './plugins/install';
export { default as ChatButtonWithBadge } from './components/ChatButtonWithBadge.vue';
export { default as ChatButtonSimple } from './components/ChatButtonSimple.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