export options from services/notifications

This commit is contained in:
Jacob Overgaard
2022-12-15 14:32:30 +01:00
parent 6fef04e2d5
commit 5c8fbff84d

View File

@@ -3,5 +3,5 @@
/* eslint-disable */
export * from './modal';
export { UmbNotificationService } from './notification';
export * from './notification';
export type { UmbNotificationDefaultData } from './notification/layouts/default';