@mui/x-charts
Version:
The community edition of MUI X Charts components.
5 lines • 748 B
TypeScript
export declare const selectorChartsVoronoiIsVoronoiEnabled: import("reselect").Selector<import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & 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("./useChartVoronoi.types.js").UseChartVoronoiState & Partial<{}> & {
cacheKey: import("../../models/index.js").ChartStateCacheKey;
} & {
cacheKey: import("../../models/index.js").ChartStateCacheKey;
}, boolean | undefined, any[]>;