UNPKG

@replyke/core

Version:

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

9 lines 405 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = useAppNotifications; var react_1 = require("react"); var app_notifications_context_1 = require("../../context/app-notifications-context"); function useAppNotifications() { return (0, react_1.useContext)(app_notifications_context_1.AppNotificationsContext); } //# sourceMappingURL=useAppNotifications.js.map