@adyen/adyen-platform-experience-web
Version:

16 lines (15 loc) • 451 B
JavaScript
import { createContext as o } from "../../../external/.pnpm/preact@10.28.2/node_modules/preact/dist/preact.module.js";
import { FALLBACK_ENV as n } from "../../utils.js";
import t from "../../Localization/Localization.js";
import { noop as e } from "../../../utils/common.js";
const a = o({
i18n: new t().i18n,
loadingContext: "",
commonProps: {},
updateCore: e,
componentRef: () => null,
environment: n
});
export {
a as CoreContext
};