UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

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