UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

12 lines 457 B
import { type RadarAxisHighlightClasses } from "./radarAxisHighlightClasses.js"; export interface RadarAxisHighlightProps { /** * Override or extend the styles applied to the component. */ classes?: Partial<RadarAxisHighlightClasses>; } declare function RadarAxisHighlight(props: RadarAxisHighlightProps): import("react/jsx-runtime").JSX.Element | null; declare namespace RadarAxisHighlight { var propTypes: any; } export { RadarAxisHighlight };