UNPKG

@replyke/core

Version:

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

17 lines 1.6 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.useMarkNotificationAsRead = exports.useFetchAppNotifications = exports.useCountUnreadNotifications = exports.useAppNotificationsData = exports.useAppNotifications = void 0; var useAppNotifications_1 = require("./useAppNotifications"); Object.defineProperty(exports, "useAppNotifications", { enumerable: true, get: function () { return __importDefault(useAppNotifications_1).default; } }); var useAppNotificationsData_1 = require("./useAppNotificationsData"); Object.defineProperty(exports, "useAppNotificationsData", { enumerable: true, get: function () { return __importDefault(useAppNotificationsData_1).default; } }); var useCountUnreadNotifications_1 = require("./useCountUnreadNotifications"); Object.defineProperty(exports, "useCountUnreadNotifications", { enumerable: true, get: function () { return __importDefault(useCountUnreadNotifications_1).default; } }); var useFetchAppNotifications_1 = require("./useFetchAppNotifications"); Object.defineProperty(exports, "useFetchAppNotifications", { enumerable: true, get: function () { return __importDefault(useFetchAppNotifications_1).default; } }); var useMarkNotificationAsRead_1 = require("./useMarkNotificationAsRead"); Object.defineProperty(exports, "useMarkNotificationAsRead", { enumerable: true, get: function () { return __importDefault(useMarkNotificationAsRead_1).default; } }); //# sourceMappingURL=index.js.map