From 96f55e329ea43cd130c14b7c0debf6a57d9b825c Mon Sep 17 00:00:00 2001 From: Sibelius Seraphini Date: Thu, 29 Mar 2018 13:53:39 -0300 Subject: [PATCH] feat(flow): export NotificationOpen fix #923 --- lib/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.js b/lib/index.js index 9d8a3e8a..83c1a6be 100644 --- a/lib/index.js +++ b/lib/index.js @@ -77,4 +77,5 @@ export type { */ export type { default as Notification, + NotificationOpen, } from './modules/notifications/Notification';