@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.
68 lines (67 loc) • 1.76 kB
TypeScript
import { default as React } from 'react';
declare const _default: React.FC<import('react-intl').WithIntlProps<{
editing: any;
legends: any;
marginLeft: any;
marginTop: any;
marginRight: any;
marginBottom: any;
options: any;
intl: any;
format: any;
height: any;
showLegends: any;
legendPosition: any;
legendLabel: any;
legendCheckBack: any;
legendLabelBack: any;
legendLabelColor: any;
colorGenerator: any;
reverseLegend: any;
radarCurve: any;
radarFillOpacity: any;
radarBorderWidth: any;
radarGridLevels: any;
radarGridShape: any;
radarGridLabelOffset?: number | undefined;
radarEnableDots: any;
radarDotSize: any;
radarEnableDotLabel: any;
radarDotLabelOffset: any;
mobileCustomization: any;
previewMode: any;
}>> & {
WrappedComponent: React.ComponentType<{
editing: any;
legends: any;
marginLeft: any;
marginTop: any;
marginRight: any;
marginBottom: any;
options: any;
intl: any;
format: any;
height: any;
showLegends: any;
legendPosition: any;
legendLabel: any;
legendCheckBack: any;
legendLabelBack: any;
legendLabelColor: any;
colorGenerator: any;
reverseLegend: any;
radarCurve: any;
radarFillOpacity: any;
radarBorderWidth: any;
radarGridLevels: any;
radarGridShape: any;
radarGridLabelOffset?: number | undefined;
radarEnableDots: any;
radarDotSize: any;
radarEnableDotLabel: any;
radarDotLabelOffset: any;
mobileCustomization: any;
previewMode: any;
}>;
};
export default _default;