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.

15 lines (14 loc) 306 B
import * as t from "immutable"; import r from "./reducer.js"; import { configureStore as o } from "@reduxjs/toolkit"; const a = t.Map(), i = () => r(), l = o({ reducer: i(), preloadedState: a, middleware: (e) => e({ serializableCheck: !1, immutableCheck: !1 }) }); export { l as store };