UNPKG

cl-react-graph

Version:
4 lines (3 loc) 246 B
/// <reference types="react" /> import { Axis } from "./YAxis"; export declare const XAxis: ({ labelFormat, values, tickSize, width, height, path, top, left, scale, domain, padding, tickFormat, labelOrientation, inverse, }: Axis) => JSX.Element;