UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

6 lines 239 B
import * as React from 'react'; import { RadarGridStripeRenderProps } from "./RadarGrid.types.js"; /** * @ignore - internal component. */ export declare function CircularRadarStripes(props: RadarGridStripeRenderProps): React.JSX.Element;