UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

13 lines (9 loc) 336 B
// TODO: Replace with React.createContext once we can assume React 16+ import createContext from "mini-create-react-context"; const createNamedContext = name => { const context = createContext(); context.displayName = name; return context; }; const context = /*#__PURE__*/ createNamedContext("Router"); export default context;