UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

7 lines (6 loc) 314 B
export declare type InterpolationTypes = 'linear' | 'smooth' | 'step'; export declare type RadialInterpolationTypes = 'linear' | 'smooth'; /** * Helper function for interpolation. */ export declare function interpolate(type: InterpolationTypes | RadialInterpolationTypes): import("d3-shape").CurveFactory;