UNPKG

xerexjs

Version:

A simple notification system for NextJS/ReactJS with real-time capabilities

11 lines (10 loc) 627 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Xerex = exports.NotificationFeed = void 0; var NotificationFeed_1 = require("./components/NotificationFeed"); Object.defineProperty(exports, "NotificationFeed", { enumerable: true, get: function () { return __importDefault(NotificationFeed_1).default; } }); var xerex_1 = require("./lib/xerex"); Object.defineProperty(exports, "Xerex", { enumerable: true, get: function () { return xerex_1.Xerex; } });