UNPKG

cl-react-graph

Version:
10 lines (9 loc) 360 B
import { IAxes, IStroke } from '../'; import { IGrid } from '../Histogram'; import { ISVGLineStyle } from '../legacy/types'; 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;