UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

5 lines 216 B
import { type RadarGridRenderProps } from "./RadarGrid.types.js"; /** * @ignore - internal component. */ export declare function SharpRadarGrid(props: RadarGridRenderProps): import("react/jsx-runtime").JSX.Element;