UNPKG

react-plot

Version:

Library of React components to render SVG 2D plots.

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