Skip to content

Commit 7125355

Browse files
cartantbenlesh
authored andcommitted
fix(index): export NotificationKind (#4514)
Closes #4513
1 parent d3e7e3f commit 7125355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export { Subscription } from './internal/Subscription';
2424
export { Subscriber } from './internal/Subscriber';
2525

2626
/* Notification */
27-
export { Notification } from './internal/Notification';
27+
export { Notification, NotificationKind } from './internal/Notification';
2828

2929
/* Utils */
3030
export { pipe } from './internal/util/pipe';

0 commit comments

Comments
 (0)