UNPKG

cl-react-graph

Version:
10 lines (9 loc) 385 B
import { IAxes, IStroke } from '../'; import { IAxis, IGrid, ISVGLineStyle } from '../Histogram'; import { ILineProps } from '../LineChart'; export declare const lineStyle: ISVGLineStyle; export declare const stroke: IStroke; export declare const line: ILineProps; export declare const annotationAxisDefaults: IAxis; export declare const axis: IAxes; export declare const grid: IGrid;