@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) • 402 B
JavaScript
import { combineReducers as r } from "../lib/redux-immutable/index.js";
import { wordpress as e } from "@devgateway/wp-react-lib";
import { reducers as o } from "../embeddable/index.js";
import { intlReducer as t } from "../lib/react-intl-redux/index.js";
import * as m from "immutable";
const i = {
...o,
wordpress: e,
intl: t
}, c = () => m.Map(), n = () => r(i, c);
export {
n as default
};