@developer.notchatbot/webchat 1.1.4 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.d.ts CHANGED
@@ -157,6 +157,7 @@ export interface ChatBubblePopoverProps {
157
157
  primaryColor: string;
158
158
  isMobile: boolean;
159
159
  isOpen: boolean;
160
+ onPopoverClick: () => void;
160
161
  }
161
162
  export interface WebChatInstance {
162
163
  root: any;