@telia-ace/widget-conversation-flamingo 1.1.65 → 1.1.66-rc.1

Sign up to get free protection for your applications and to get access to all the features.
package/conversation.d.ts CHANGED
@@ -8,7 +8,6 @@ export declare class Conversation extends WidgetElement {
8
8
  static styles: import("lit").CSSResultGroup[];
9
9
  message: string;
10
10
  disabled: boolean;
11
- chatOverlayActive: boolean;
12
11
  conversationContentRef: Ref<HTMLDivElement>;
13
12
  formRef: Ref<HTMLFormElement>;
14
13
  chatScrollHeight: number;