UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

3 lines 230 B
import { type ChartPlugin } from "../../models/index.js"; import { type UseChartClosestPointSignature } from "./useChartClosestPoint.types.js"; export declare const useChartClosestPoint: ChartPlugin<UseChartClosestPointSignature>;