UNPKG

739 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.notifyMultipleCase = exports.notifyCase = exports.dismissFirstNotificationCase = void 0;
7
8var _actions = require("./actions");
9
10var _uiReductions = require("./ui-reductions");
11
12var dismissFirstNotificationCase = [_actions.SHARYN_DISMISS_FIRST_NOTIFICATION, _uiReductions.removeFirstNotificationReduction];
13exports.dismissFirstNotificationCase = dismissFirstNotificationCase;
14var notifyCase = [_actions.SHARYN_NOTIFY, _uiReductions.addOneNotificationReduction];
15exports.notifyCase = notifyCase;
16var notifyMultipleCase = [_actions.SHARYN_NOTIFY_MULTIPLE, _uiReductions.addMultipleNotificationsReduction];
17exports.notifyMultipleCase = notifyMultipleCase;
\No newline at end of file