Merge pull request #924 from sibelius/patch-1

feat(flow): export NotificationOpen
This commit is contained in:
Chris Bianca 2018-03-29 20:51:43 +01:00 committed by GitHub
commit cf2a2e81d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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