@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.
120 lines (119 loc) • 2.95 kB
TypeScript
import { default as React } from 'react';
declare const _default: React.FC<import('react-intl').WithIntlProps<{
editing: any;
previewMode: any;
app: any;
legends: any;
tooltip: any;
tooltipEnabled: any;
options: any;
intl: any;
groupMode: any;
reverse: any;
marginLeft: any;
lineLabelPosition: any;
marginTop: any;
marginRight: any;
marginBottom: any;
format: any;
colors: any;
offsetY: any;
height: any;
showLegends: any;
legendPosition: any;
tickRotation: any;
offsetText: any;
tickColor: any;
legendLabel: any;
xLabelColor: any;
colorGenerator: any;
legendCheckBack: any;
legendLabelBack: any;
legendLabelColor: any;
highlightXAxisLine: any;
showTickLine: any;
showRightAxis: any;
valueScale: any;
enableArea: any;
areaShadingCriteria: any;
areaLowerBound: any;
areaUpperBound: any;
showPoints: any;
maxValue: any;
fixedMinValue: any;
fixedMaxValue: any;
offsetBottom: any;
yAxisTickValues: any;
enableGridY: any;
enableGridX: any;
overrideTickColor: any;
offsetRight: any;
selectedMeasures: any;
tooltipEnableMarkdown: any;
minMaxClamp: any;
reverseLegend: any;
customAxisFormat: any;
mobileCustomization: any;
lineCurve: any;
customLabels: any;
}>> & {
WrappedComponent: React.ComponentType<{
editing: any;
previewMode: any;
app: any;
legends: any;
tooltip: any;
tooltipEnabled: any;
options: any;
intl: any;
groupMode: any;
reverse: any;
marginLeft: any;
lineLabelPosition: any;
marginTop: any;
marginRight: any;
marginBottom: any;
format: any;
colors: any;
offsetY: any;
height: any;
showLegends: any;
legendPosition: any;
tickRotation: any;
offsetText: any;
tickColor: any;
legendLabel: any;
xLabelColor: any;
colorGenerator: any;
legendCheckBack: any;
legendLabelBack: any;
legendLabelColor: any;
highlightXAxisLine: any;
showTickLine: any;
showRightAxis: any;
valueScale: any;
enableArea: any;
areaShadingCriteria: any;
areaLowerBound: any;
areaUpperBound: any;
showPoints: any;
maxValue: any;
fixedMinValue: any;
fixedMaxValue: any;
offsetBottom: any;
yAxisTickValues: any;
enableGridY: any;
enableGridX: any;
overrideTickColor: any;
offsetRight: any;
selectedMeasures: any;
tooltipEnableMarkdown: any;
minMaxClamp: any;
reverseLegend: any;
customAxisFormat: any;
mobileCustomization: any;
lineCurve: any;
customLabels: any;
}>;
};
export default _default;