vue-chat-button-simple
Version:
Vue 3 chat button components with badge support, modal popup, fixed positioning, environment configuration, and customizable themes
16 lines • 677 B
TypeScript
interface Props {
iconUrl?: string;
themeColor?: string;
environment?: 'development' | 'production' | 'auto';
}
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
click: () => any;
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
onClick?: (() => any) | undefined;
}>, {
iconUrl: string;
themeColor: string;
environment: "development" | "production" | "auto";
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
export default _default;
//# sourceMappingURL=ChatButtonSimple.vue.d.ts.map