UNPKG

ag-charts-community

Version:

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

4 lines (3 loc) 231 B
import { Color } from 'ag-charts-core'; export declare function interpolateNumber(a: number, b: number): (d: number) => number; export declare function interpolateColor(a: Color | string, b: Color | string): (d: number) => string;