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) 288 B
import { Action, ReducersMapObject } from 'redux'; import * as Immutable from "immutable"; export declare const combineReducers: <S extends Immutable.Map<string, any>>(reducers: ReducersMapObject<any, any>, getDefaultState: () => S) => ((inputState: S | undefined, action: Action) => S);