@mui/x-charts
Version:
The community edition of MUI X Charts components.
9 lines • 435 B
text/typescript
import { type ChartsRadialAxisHighlightRadiusType } from "./ChartsRadialAxisHighlight.types.mjs";
import { type ChartsRadialAxisHighlightClasses } from "./chartsRadialAxisHighlightClasses.mjs";
/**
* @ignore - internal component.
*/
export default function ChartsRadiusAxisHighlight(props: {
type: ChartsRadialAxisHighlightRadiusType;
classes: ChartsRadialAxisHighlightClasses;
}): import("react/jsx-runtime").JSX.Element | null;