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.

9 lines (8 loc) 581 B
export function postLoaded(params: any): (dispatch: any, getState: any) => void; export function setEmail(eMail: any): (dispatch: any, getState: any) => void; export function newsletterSubscription(params: any): (dispatch: any, getState: any) => void; export function sendShowCaseForm(params: any): (dispatch: any, getState: any) => void; export function reset(params: any): (dispatch: any, getState: any) => void; declare function _default(state: Immutable.MapOf<{}> | undefined, action: any): Immutable.MapOf<{}>; export default _default; import * as Immutable from 'immutable';