@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) • 542 B
TypeScript
import { default as React } from 'react';
declare const _default: import('react-redux').ConnectedComponent<(props: any) => React.JSX.Element | null, {
[x: string]: any;
[x: number]: any;
[x: symbol]: any;
context?: React.Context<import('react-redux').ReactReduxContextValue<any, import('redux').UnknownAction> | null> | undefined;
store?: import('redux').Store | undefined;
} | {
[x: string]: any;
[x: number]: any;
[x: symbol]: any;
store?: import('redux').Store | undefined;
}>;
export default _default;