@telia-ace/widget-conversation-flamingo 1.1.67-rc.5 → 1.1.67-rc.6

Sign up to get free protection for your applications and to get access to all the features.
package/conversation.d.ts CHANGED
@@ -12,6 +12,7 @@ export declare class Conversation extends WidgetElement {
12
12
  textAreaLength: number;
13
13
  conversationContentRef: Ref<HTMLDivElement>;
14
14
  formRef: Ref<HTMLFormElement>;
15
+ inputRef: Ref<HTMLTextAreaElement>;
15
16
  chatScrollHeight: number;
16
17
  private toast;
17
18
  private messageMaxLength;