UNPKG

@shopgate/engage

Version:
6 lines (5 loc) 194 B
/** * @typedef {import('../../locations.types').Location} Location */ import { createContext } from 'react'; export const StoreContext = /*#__PURE__*/createContext(/** @type {Location} */{});