UNPKG

cl-react-graph

Version:
10 lines (9 loc) 349 B
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;