UNPKG

@magicbell/magicbell-react

Version:

React components for building a notification inbox for your app

8 lines 360 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NO_PROVIDER = void 0; const react_1 = require("react"); exports.NO_PROVIDER = 'MAGICBELL_NO_PROVIDER'; const CurrentProviderContext = (0, react_1.createContext)(exports.NO_PROVIDER); exports.default = CurrentProviderContext; //# sourceMappingURL=CurrentProviderContext.js.map