@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.
78 lines (77 loc) • 1.95 kB
TypeScript
import { default as React } from 'react';
declare const _default: React.FC<import('react-intl').WithIntlProps<{
legends: any;
marginLeft: any;
marginTop: any;
marginRight: any;
marginBottom: any;
options: any;
intl: any;
format: any;
colors: any;
groupMode: any;
tooltipEnabled: any;
height: any;
showLegends: any;
legendPosition: any;
tickRotation: any;
tickColor: any;
tooltip: any;
startAngle: any;
endAngle: any;
legendLabel: any;
legendCheckBack: any;
legendLabelBack: any;
legendLabelColor: any;
centerLabel: any;
showArcLabels: any;
showArcLinkLabels: any;
slicePadding: any;
colorGenerator: any;
centerLabelFontWeight: any;
centerLabelFontSize: any;
centerLabelXOffset: any;
centerLabelYOffset: any;
tooltipEnableMarkdown: any;
reverseLegend: any;
showPercentage: any;
}>> & {
WrappedComponent: React.ComponentType<{
legends: any;
marginLeft: any;
marginTop: any;
marginRight: any;
marginBottom: any;
options: any;
intl: any;
format: any;
colors: any;
groupMode: any;
tooltipEnabled: any;
height: any;
showLegends: any;
legendPosition: any;
tickRotation: any;
tickColor: any;
tooltip: any;
startAngle: any;
endAngle: any;
legendLabel: any;
legendCheckBack: any;
legendLabelBack: any;
legendLabelColor: any;
centerLabel: any;
showArcLabels: any;
showArcLinkLabels: any;
slicePadding: any;
colorGenerator: any;
centerLabelFontWeight: any;
centerLabelFontSize: any;
centerLabelXOffset: any;
centerLabelYOffset: any;
tooltipEnableMarkdown: any;
reverseLegend: any;
showPercentage: any;
}>;
};
export default _default;