UNPKG

@mui/x-charts

Version:

The community edition of the Charts components (MUI X).

3 lines (2 loc) 253 B
import { HighlightItemData, HighlightScope } from './HighlightedContext'; export declare const createIsHighlighted: (highlightScope: HighlightScope | null | undefined, highlightedItem: HighlightItemData | null) => (input: HighlightItemData) => boolean;