react-plot
Version:
Library of React components to render SVG 2D plots.
4 lines • 337 B
TypeScript
import type { ControllerHookOptions } from './types.js';
export type UsePlotControllerAxesOptions = ControllerHookOptions;
export declare function usePlotControllerAxes(options?: UsePlotControllerAxesOptions): import("../contexts/plotController/usePlotOverrides.ts").PlotAxesOverrides;
//# sourceMappingURL=usePlotControllerAxes.d.ts.map