Files
esengine/packages/math/src/Animation/index.ts

13 lines
236 B
TypeScript
Raw Normal View History

2025-08-10 16:00:02 +08:00
/**
*
*
*
*/
export { Easing } from './Easing';
export {
Interpolation,
CachedInterpolator,
type InterpolatorFunction,
type Keyframe
} from './Interpolation';