UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

5 lines 169 B
export type ChartsAxisHighlightType = 'none' | 'line' | 'band'; export type ChartsAxisHighlightProps = { x?: ChartsAxisHighlightType; y?: ChartsAxisHighlightType; };