UNPKG

reaviz

Version:

Data Visualization using React

19 lines (18 loc) 379 B
export declare const useInterpolate: ({ animated, initial, path }: { animated: any; initial: any; path: any; }) => { transition: { type: string; velocity: number; damping: number; restDelta: number; restSpeed: number; delay?: undefined; } | { delay: number; type: boolean; }; d: any; };