@mui/x-charts
Version:
The community edition of MUI X Charts components.
3 lines • 320 B
TypeScript
import { type HighlightScope } from "./highlightConfig.types.js";
import { type HighlightItemData } from "./useChartHighlight.types.js";
export declare function createIsHighlighted(highlightScope: HighlightScope | null | undefined, highlightedItem: HighlightItemData | null): (item: HighlightItemData | null) => boolean;