UNPKG

@devgateway/dvz-ui-react

Version:

A modular, embeddable React component library for data visualization and UI, built with TypeScript. Provides reusable components for charts, maps, dashboards, and more, with built-in support for internationalization and Redux integration.

12 lines (11 loc) 410 B
import { jsx as r } from "react/jsx-runtime"; import { Provider as i } from "react-redux"; import p from "prop-types"; import m from "./IntlProvider.js"; const s = ({ store: e, children: o }) => /* @__PURE__ */ r(i, { store: e, children: /* @__PURE__ */ r(m, { locale: process.env.VITE_REACT_APP_DEFAULT_LOCALE, children: o }) }); s.propTypes = { children: p.element.isRequired }; export { s as default };