cl-react-graph
Version:
React D3 Charts
10 lines (9 loc) • 349 B
TypeScript
import { Axes, Stroke } from "../";
import { Grid } from "../Histogram";
import { LineProps } from "../LineChart";
import { SVGLineStyle } from "../utils/types";
export declare const lineStyle: SVGLineStyle;
export declare const stroke: Stroke;
export declare const line: LineProps;
export declare const axis: Axes;
export declare const grid: Grid;