UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

3 lines 232 B
import { type ChartPlugin } from "../../models/index.mjs"; import { type UseChartSeriesConfigSignature } from "./useChartSeriesConfig.types.mjs"; export declare const useChartSeriesConfig: ChartPlugin<UseChartSeriesConfigSignature>;