UNPKG

@mui/x-charts

Version:

The community edition of the Charts components (MUI X).

5 lines (4 loc) 331 B
import { ChartSeriesType } from '../models/seriesType/config'; import { ColorProcessorsConfig } from '../models/plugin'; export declare function useColorProcessor<T extends ChartSeriesType>(seriesType: T): ColorProcessorsConfig<ChartSeriesType>; export declare function useColorProcessor(): ColorProcessorsConfig<ChartSeriesType>;