UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

16 lines 480 B
import * as React from 'react'; import { 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): React.JSX.Element; declare namespace ChartsAxisHighlight { var propTypes: any; } export { ChartsAxisHighlight };