randmarcomps 1.341.0 → 1.342.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.
@@ -197,6 +197,8 @@ export declare const CardTitle: React_2.ForwardRefExoticComponent<React_2.HTMLAt
197
197
  declare interface ChatContextType {
198
198
  sendMessage: (chatId: number, message?: string) => boolean;
199
199
  chatRef: default_2.RefObject<ChatLayoutHandle | null>;
200
+ hasUnreads: boolean;
201
+ setHasUnreads: (value: boolean) => void;
200
202
  }
201
203
 
202
204
  export declare const ChatLayout: ForwardRefExoticComponent<ChatLayoutProps & RefAttributes<ChatLayoutHandle>>;