@mui/x-charts
Version:
The community edition of MUI X Charts components.
29 lines • 1.57 kB
TypeScript
import { ChartRootSelector } from "../../utils/selectors.js";
import { UseChartVoronoiSignature } from "./useChartVoronoi.types.js";
export declare const selectorChartsVoronoiIsVoronoiEnabled: ((state: 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;
}) => boolean | undefined) & {
clearCache: () => void;
resultsCount: () => number;
resetResultsCount: () => void;
} & {
resultFunc: (resultFuncArgs_0: {
isVoronoiEnabled?: boolean;
}) => boolean | undefined;
memoizedResultFunc: ((resultFuncArgs_0: {
isVoronoiEnabled?: boolean;
}) => boolean | undefined) & {
clearCache: () => void;
resultsCount: () => number;
resetResultsCount: () => void;
};
lastResult: () => boolean | undefined;
dependencies: [ChartRootSelector<UseChartVoronoiSignature>];
recomputations: () => number;
resetRecomputations: () => void;
dependencyRecomputations: () => number;
resetDependencyRecomputations: () => void;
} & {
memoize: typeof import("reselect").weakMapMemoize;
argsMemoize: typeof import("reselect").weakMapMemoize;
};