@alquimia-ai/ui 1.4.3 → 1.4.4

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.
@@ -55,7 +55,7 @@ interface AssistantInputProps extends React$1.FormHTMLAttributes<HTMLFormElement
55
55
  input: string;
56
56
  handleInputChange: (event: React$1.ChangeEvent<HTMLInputElement>) => void;
57
57
  isMessageStreaming: boolean;
58
- speechToTextComponent: React$1.ReactNode;
58
+ speechToTextComponent?: React$1.ReactNode;
59
59
  }
60
60
  declare const AssistantInput: React$1.ForwardRefExoticComponent<AssistantInputProps & React$1.RefAttributes<HTMLFormElement>>;
61
61
 
@@ -55,7 +55,7 @@ interface AssistantInputProps extends React$1.FormHTMLAttributes<HTMLFormElement
55
55
  input: string;
56
56
  handleInputChange: (event: React$1.ChangeEvent<HTMLInputElement>) => void;
57
57
  isMessageStreaming: boolean;
58
- speechToTextComponent: React$1.ReactNode;
58
+ speechToTextComponent?: React$1.ReactNode;
59
59
  }
60
60
  declare const AssistantInput: React$1.ForwardRefExoticComponent<AssistantInputProps & React$1.RefAttributes<HTMLFormElement>>;
61
61