UNPKG

cl-react-graph

Version:
6 lines (5 loc) 266 B
import { Axes } from "./utils/types"; export declare const gridHeight: (props: any) => number; export declare const yAxisWidth: (axis: Axes) => number; export declare const xAxisHeight: (axis: Axes) => number; export declare const gridWidth: (props: any) => number;