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.

32 lines (31 loc) 1.21 kB
import { components as s, customizer as p, getComponentByNameIgnoreCase as n, reducers as m } from "./embeddable/index.js"; import { withTracker as f } from "./tracker/withGoogleAnalytics.js"; import { store as x } from "./redux/store.js"; import { useAppDispatch as u, useAppSelector as d } from "./redux/hooks.js"; import { UPDATE as h, initialState as g, intlReducer as A, updateIntl as I } from "./lib/react-intl-redux/index.js"; import { combineReducers as k } from "./lib/redux-immutable/index.js"; import * as r from "./translations/en.json.js"; import * as e from "./translations/fr.json.js"; import * as o from "./translations/af.json.js"; import { default as C } from "./lib/react-intl-redux/providers/Provider.js"; import { default as R } from "./lib/react-intl-redux/providers/IntlProvider.js"; export { R as IntlProvider, C as Provider, h as UPDATE, o as afrikaansTranslations, k as combineReducers, s as components, p as customizer, r as englishTranslations, e as frenchTranslations, n as getComponentByNameIgnoreCase, g as initialState, A as intlReducer, m as reducers, x as store, I as updateIntl, u as useAppDispatch, d as useAppSelector, f as withTracker };