matrix-react-sdk
Version:
SDK for matrix.org using React
7 lines (6 loc) • 300 B
TypeScript
import { SummarizedNotificationState } from "../stores/notifications/SummarizedNotificationState";
/**
* Tracks the global notification state of the user's account
* @returns A global notification state object
*/
export declare const useGlobalNotificationState: () => SummarizedNotificationState;