index.ts 304 Bytes
Newer Older
yogevbd's avatar
yogevbd committed
1 2 3 4 5 6 7 8
import { NotificationsRoot } from './Notifications';

const notificationsSingleton = new NotificationsRoot();

export const Notifications = notificationsSingleton;
export * from './interfaces/EventSubscription';
export * from './interfaces/Notification';
export * from './interfaces/NotificationEvents';