UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

9 lines 433 B
import { type ChartsRadialAxisHighlightRadiusType } from "./ChartsRadialAxisHighlight.types.js"; import { type ChartsRadialAxisHighlightClasses } from "./chartsRadialAxisHighlightClasses.js"; /** * @ignore - internal component. */ export default function ChartsRadiusAxisHighlight(props: { type: ChartsRadialAxisHighlightRadiusType; classes: ChartsRadialAxisHighlightClasses; }): import("react/jsx-runtime").JSX.Element | null;