@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.
36 lines (35 loc) • 798 B
TypeScript
import { default as React } from 'react';
declare const _default: React.FC<import('react-intl').WithIntlProps<{
legends: any;
itemWidth: any;
options: any;
intl: any;
margin: any;
format: any;
colors: any;
groupMode: any;
height: any;
showLegends: any;
legendPosition: any;
tickRotation: any;
tickColor: any;
legendLabel: any;
}>> & {
WrappedComponent: React.ComponentType<{
legends: any;
itemWidth: any;
options: any;
intl: any;
margin: any;
format: any;
colors: any;
groupMode: any;
height: any;
showLegends: any;
legendPosition: any;
tickRotation: any;
tickColor: any;
legendLabel: any;
}>;
};
export default _default;