UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

6 lines 234 B
import { type RadarGridProps } from "./RadarGrid.types.js"; declare function RadarGrid(props: RadarGridProps): import("react/jsx-runtime").JSX.Element | null; declare namespace RadarGrid { var propTypes: any; } export { RadarGrid };