UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

6 lines (5 loc) 208 B
export interface Notification { isRead: boolean; } export declare const NotificationContext: import('react').Context<Notification | null>; export declare const useNotificationContext: () => Notification;