UNPKG

@magicbell/magicbell-react

Version:

React components for building a notification inbox for your app

5 lines 239 B
import { createContext } from 'react'; export const NO_PROVIDER = 'MAGICBELL_NO_PROVIDER'; const CurrentProviderContext = createContext(NO_PROVIDER); export default CurrentProviderContext; //# sourceMappingURL=CurrentProviderContext.js.map