UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

2 lines 175 B
import { type PolarChartSeriesType } from "../models/seriesType/config.mjs"; export declare function isPolarSeriesType(seriesType: string): seriesType is PolarChartSeriesType;