feat(flow): export NotificationOpen

fix #923
This commit is contained in:
Sibelius Seraphini
2018-03-29 13:53:39 -03:00
committed by GitHub
parent adaf87100a
commit 96f55e329e

View File

@@ -77,4 +77,5 @@ export type {
*/
export type {
default as Notification,
NotificationOpen,
} from './modules/notifications/Notification';