UNPKG

react-plot

Version:

Library of React components to render SVG 2D plots.

7 lines 403 B
import type { ControllerHookOptions, DualAxisOptions, RectangleOptions } from './types.js'; export interface UseRectangularZoomOptions extends ControllerHookOptions, DualAxisOptions, RectangleOptions { } export declare function useRectangularZoom(options?: UseRectangularZoomOptions): { annotations: import("react/jsx-runtime").JSX.Element | null; }; //# sourceMappingURL=useRectangularZoom.d.ts.map