UNPKG

@mui/x-charts

Version:

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

6 lines (5 loc) 228 B
import { SeriesItemIdentifier } from '../models'; export declare const useInteractionItemProps: (skip?: boolean) => (() => {}) | ((data: SeriesItemIdentifier) => { onMouseEnter: () => void; onMouseLeave: () => void; });