Merge pull request #924 from sibelius/patch-1
feat(flow): export NotificationOpen
This commit is contained in:
commit
cf2a2e81d5
|
@ -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';
|
||||||
|
|
Loading…
Reference in New Issue