randmarcomps 1.301.0 → 1.303.0

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.
@@ -173,7 +173,7 @@ declare interface ChatContextType {
173
173
  export declare const ChatLayout: ForwardRefExoticComponent<ChatLayoutProps & RefAttributes<ChatLayoutHandle>>;
174
174
 
175
175
  export declare interface ChatLayoutHandle {
176
- setActiveChatAndSendMessage: (conversationId: number, message?: string) => boolean;
176
+ setActiveChatAndSendMessage: (conversationId: number, message?: string) => void;
177
177
  }
178
178
 
179
179
  export declare interface ChatLayoutProps {