UNPKG

@mui/x-charts

Version:

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

10 lines (9 loc) 344 B
import { HighlightedState } from './HighlightedContext'; /** * A hook to get the highlighted state of the chart. * * Please consider using the `useItemHighlighted` hook if you need to check the state of a specific item. * * @returns {HighlightedState} the state of the chart */ export declare function useHighlighted(): HighlightedState;