2021-05-31 16:40:07 +02:00
|
|
|
/**
|
|
|
|
* Module that interpolates results for smoother animations
|
|
|
|
*/
|
|
|
|
import type { Result } from './result';
|
|
|
|
export declare function calc(newResult: Result): Result;
|
2021-09-13 19:28:35 +02:00
|
|
|
//# sourceMappingURL=interpolate.d.ts.map
|