UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

5 lines 319 B
import { type CommonSeriesType, type ColorCallbackValue } from "../models/seriesType/common.js"; export declare function getSeriesColorFn<TValue>(series: { color: NonNullable<CommonSeriesType<TValue>['color']>; colorGetter?: CommonSeriesType<TValue>['colorGetter']; }): (data: ColorCallbackValue<TValue>) => string;