UNPKG

@replyke/core

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

12 lines 832 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.useAppNotificationsActions = exports.useAppNotifications = void 0; // Export Redux-powered app notifications hooks var useAppNotifications_1 = require("./useAppNotifications"); Object.defineProperty(exports, "useAppNotifications", { enumerable: true, get: function () { return __importDefault(useAppNotifications_1).default; } }); var useAppNotificationsActions_1 = require("./useAppNotificationsActions"); Object.defineProperty(exports, "useAppNotificationsActions", { enumerable: true, get: function () { return __importDefault(useAppNotificationsActions_1).default; } }); //# sourceMappingURL=index.js.map