UNPKG

matrix-react-sdk

Version:
7 lines (6 loc) 300 B
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;