@mui/x-charts
Version:
The community edition of the Charts components (MUI X).
5 lines (4 loc) • 329 B
TypeScript
import { ChartSeriesType } from '../../models/seriesType/config';
import { ColorProcessorsConfig } from './ColorProcessor.types';
export declare function useColorProcessor<T extends ChartSeriesType>(seriesType: T): ColorProcessorsConfig<T>[T];
export declare function useColorProcessor(): ColorProcessorsConfig<ChartSeriesType>;