UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

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