@mui/x-charts
Version:
The community edition of MUI X Charts components.
4 lines • 891 B
TypeScript
import { type BarItemIdentifier } from "../../../../models/index.js";
export declare const selectorBarItemAtPosition: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<{}> & {
cacheKey: import("../../models/index.js").ChartStateCacheKey;
}, svgPoint: Pick<DOMPoint, "x" | "y">) => BarItemIdentifier | undefined;