@visx/scale
Version:
visx scale
4 lines • 329 B
TypeScript
import { interpolateLab } from '@visx/vendor/d3-interpolate';
import { ScaleInterpolateParams, ScaleInterpolate } from '../types/ScaleInterpolate';
export default function createColorInterpolator(interpolate: ScaleInterpolate | ScaleInterpolateParams): typeof interpolateLab;
//# sourceMappingURL=createColorInterpolator.d.ts.map