@nivaro/react 0.1.26 → 0.1.28
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.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +675 -656
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1711,7 +1711,7 @@ export declare function useTypingIndicator(room: string | null): {
|
|
|
1711
1711
|
typingText: string | null;
|
|
1712
1712
|
};
|
|
1713
1713
|
|
|
1714
|
-
export declare function useUnreadChirp(totalUnread: number): void;
|
|
1714
|
+
export declare function useUnreadChirp(totalUnread: number, rooms?: RoomInfo[]): void;
|
|
1715
1715
|
|
|
1716
1716
|
export declare function useWatchFields(form: UseNivaroFormReturn, fields: string[]): Record<string, unknown>;
|
|
1717
1717
|
|