UNPKG

ag-charts-community

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

4 lines (3 loc) 224 B
import { Color } from './color'; export declare function interpolateNumber(a: number, b: number): (d: number) => number; export declare function interpolateColor(a: Color | string, b: Color | string): (d: number) => string;