@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.
16 lines (15 loc) • 444 B
TypeScript
export default BreaksStyles;
declare class BreaksStyles {
constructor(props: any);
breaks: any;
defaultFillColor: any;
defaultBorderColor: any;
defaultSize: any;
graterThanStyle: any;
domain: any;
sizeScale: d3.ScaleThreshold<number, number, never>;
colorScale: d3.ScaleThreshold<number, number, never>;
getSize(value: any): any;
getColor(value: any, isMarker: any): any;
}
import * as d3 from "d3";