UNPKG

@visx/scale

Version:
4 lines 329 B
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