UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

6 lines 263 B
import { type RadarSeriesPlotProps } from "./RadarSeriesPlot.types.js"; declare function RadarSeriesPlot(props: RadarSeriesPlotProps): import("react/jsx-runtime").JSX.Element; declare namespace RadarSeriesPlot { var propTypes: any; } export { RadarSeriesPlot };