UNPKG

cl-react-graph

Version:
9 lines (8 loc) 326 B
import { IAxes, IStroke } from '../'; import { 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 axis: IAxes; export declare const grid: IGrid;