@college-africa/chat-ui 1.2.6 → 1.3.1

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.
@@ -3,10 +3,4 @@
3
3
  *
4
4
  * Uses IndexedDB via Dexie as the single source of truth
5
5
  */
6
- /**
7
- * useUnreadCount - Hook for tracking total unread messages across all conversations
8
- *
9
- * Returns the total unread message count from the summaries table
10
- * Updates automatically when unread counts change
11
- */
12
6
  export declare function useUnreadCount(): number | undefined;