2
0
mirror of synced 2025-02-02 09:34:45 +00:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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