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.

5 lines (4 loc) 172 B
const t = (e) => e && e.type === "@@redux/INIT" ? "initialState argument passed to createStore" : "previous state received by the reducer"; export { t as getStateName };