@magicbell/react-headless
Version:
Hooks to build a notification inbox
8 lines (7 loc) • 586 B
TypeScript
export type { default as INotification } from './INotification.js';
export type { default as INotificationRepository } from './INotificationRepository.js';
export type { default as INotificationsStoresCollection } from './INotificationsStoresCollection.js';
export type { default as INotificationStore } from './INotificationStore.js';
export type { default as IRemoteConfig } from './IRemoteConfig.js';
export type { default as IRemoteNotification } from './IRemoteNotification.js';
export type { default as IRemoteNotificationPreferences } from './IRemoteNotificationPreferences.js';