@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.
14 lines (13 loc) • 513 B
TypeScript
declare const _default: import('react-redux').ConnectedComponent<(props: any) => import("react").JSX.Element, {
[x: string]: any;
[x: number]: any;
[x: symbol]: any;
context?: import('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;