@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
18 lines (16 loc) • 472 B
JavaScript
import ConfigProvider_default, { I18nContextInternal, useI18n } from "../ConfigProvider/index.mjs";
import { memo } from "react";
import { jsx } from "react/jsx-runtime";
//#region src/i18n/context.tsx
const I18nProvider = memo(({ children, locale, resources, motion }) => {
return /* @__PURE__ */ jsx(ConfigProvider_default, {
config: {},
locale,
motion,
resources,
children
});
});
//#endregion
export { I18nProvider };
//# sourceMappingURL=context.mjs.map