UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

7 lines (6 loc) 254 B
export declare function usePageNotificationsRead(): { markAllNotificationsRead: () => void; markAllNotificationsUnread: () => void; setNotificationRead: (to: string, read: boolean) => void; isNotificationRead: (to: string) => boolean; };