UNPKG

react-plot

Version:

Library of React components to render SVG 2D plots.

3 lines 225 B
import type { TickPosition } from '../types.js'; export declare function getInnerOffset(hidden: boolean, hiddenTicks: boolean, tickPosition: TickPosition, primaryTickLength: number): number; //# sourceMappingURL=axis.d.ts.map