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.

14 lines (13 loc) 267 B
import { connect as r } from "react-redux"; import { IntlProvider as e } from "react-intl"; function n(o) { const { intl: t } = o; return { key: t.locale, ...t }; } const l = (o, { intlSelector: t = n }) => t(o), i = r(l)(e); export { i as default };