UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

3 lines 311 B
import { HighlightScope } from "./highlightConfig.types.js"; import { HighlightItemData } from "./useChartHighlight.types.js"; export declare const createIsHighlighted: (highlightScope: HighlightScope | null | undefined, highlightedItem: HighlightItemData | null) => (item: HighlightItemData | null) => boolean;