UNPKG

cl-react-graph

Version:
6 lines (5 loc) 270 B
import { IAxes } from './legacy/types'; export declare const gridHeight: (props: any) => number; export declare const yAxisWidth: (axis: IAxes) => number; export declare const xAxisHeight: (axis: IAxes) => number; export declare const gridWidth: (props: any) => number;