UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

15 lines 475 B
import { type ChartsAxisHighlightProps } from "./ChartsAxisHighlight.types.js"; /** * Demos: * * - [Custom components](https://mui.com/x/react-charts/components/) * * API: * * - [ChartsAxisHighlight API](https://mui.com/x/api/charts/charts-axis-highlight/) */ declare function ChartsAxisHighlight(props: ChartsAxisHighlightProps): import("react/jsx-runtime").JSX.Element; declare namespace ChartsAxisHighlight { var propTypes: any; } export { ChartsAxisHighlight };