UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

3 lines 228 B
import { type ChartPlugin } from "../../models/index.mjs"; import { type UseChartInteractionSignature } from "./useChartInteraction.types.mjs"; export declare const useChartInteraction: ChartPlugin<UseChartInteractionSignature>;