UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

5 lines (4 loc) 155 B
import { type BifrostLocale } from "../../locales/en-us.js"; export declare const BifrostContext: import("react").Context<{ locale: BifrostLocale; }>;