UNPKG

react-plot

Version:

Library of React components to render SVG 2D plots.

9 lines 430 B
import type { ScaleLogarithmic } from 'd3-scale'; import type { AxisChildProps } from './types.js'; interface LogAxisProps extends AxisChildProps<number> { scale: ScaleLogarithmic<number, number>; } declare function LogAxis(props: LogAxisProps): import("react/jsx-runtime").JSX.Element; declare const _default: import("react").MemoExoticComponent<typeof LogAxis>; export default _default; //# sourceMappingURL=LogAxis.d.ts.map