index.ts 230 B

123456789
  1. // Copyright (C) 2012-2023 Zammad Foundation, https://zammad-foundation.org/
  2. export {
  3. NotificationTypes,
  4. type Notification,
  5. type NewNotification,
  6. } from './types'
  7. export { default as useNotifications } from './composable'