/** * Interpolation and timing of tweens. * * @packageDocumentation */ export * from './interpolationFunctions'; export * from './spring'; export * from './timingFunctions'; export * from './tween'; //# sourceMappingURL=index.d.ts.map