UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

8 lines (7 loc) 221 B
"use client"; import { createContext } from "react"; import enUS from "../../locales/en-us.js"; export const BifrostContext = /*#__PURE__*/createContext({ locale: enUS }); BifrostContext.displayName = "BifrostContext";