react-native-notifications
Version:
Advanced Push Notifications (Silent, interactive notifications) for iOS & Android
13 lines (12 loc) • 682 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Notifications = void 0;
const tslib_1 = require("tslib");
const Notifications_1 = require("./Notifications");
const notificationsSingleton = new Notifications_1.NotificationsRoot();
exports.Notifications = notificationsSingleton;
tslib_1.__exportStar(require("./interfaces/EventSubscription"), exports);
tslib_1.__exportStar(require("./DTO/Notification"), exports);
tslib_1.__exportStar(require("./interfaces/NotificationEvents"), exports);
tslib_1.__exportStar(require("./interfaces/NotificationCategory"), exports);
tslib_1.__exportStar(require("./interfaces/NotificationCompletion"), exports);
;