@nivo/axes
Version:
13 lines • 560 B
TypeScript
import { ScaleValue, AnyScale } from '@nivo/scales';
import { AxisProps } from '../types';
export declare const Axes: import("react").MemoExoticComponent<(<X extends ScaleValue, Y extends ScaleValue>({ xScale, yScale, width, height, top, right, bottom, left, }: {
xScale: AnyScale;
yScale: AnyScale;
width: number;
height: number;
top?: AxisProps<X> | null;
right?: AxisProps<Y> | null;
bottom?: AxisProps<X> | null;
left?: AxisProps<Y> | null;
}) => import("react/jsx-runtime").JSX.Element)>;
//# sourceMappingURL=Axes.d.ts.map