UNPKG

@shopgate/engage

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