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) 425 B
import { jsx as r } from "react/jsx-runtime"; import { Provider as i } from "react-redux"; import p from "prop-types"; import s from "./IntlProvider.js"; const t = process.env.VITE_REACT_APP_DEFAULT_LOCALE ?? "en", m = ({ store: e, children: o }) => /* @__PURE__ */ r(i, { store: e, children: /* @__PURE__ */ r(s, { locale: t, children: o }) }); m.propTypes = { children: p.element.isRequired }; export { m as default };