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.

4 lines (3 loc) 229 B
import * as Immutable from 'immutable'; declare const createRootReducer: () => (inputState: Immutable.Map<string, any> | undefined, action: import('redux').Action) => Immutable.Map<string, any>; export default createRootReducer;