UNPKG

@apptane/react-ui-charts

Version:
9 lines (8 loc) 247 B
import { ScaleTime } from "d3-scale"; import { ChartGridProps } from "./ChartGrid.types.js"; export interface ChartTimeGridProps extends ChartGridProps<Date> { /** * Scale function. */ scale: ScaleTime<number, number>; }