import { XY, Margins } from "../../types"; export type AxisParameters = { min: XY; max: XY; size: XY; margins: Margins; };