2
0
mirror of synced 2025-01-23 04:39:49 +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 {
default as Notification,
NotificationOpen,
} from './modules/notifications/Notification';