diff --git a/incremental/runtime/src/index.ts b/incremental/runtime/src/index.ts index d25980d7df28e0303c69f1b4a7bb430caa7d3a15..09be4aeab77dc0fb2443852032748f8564e18977 100644 --- a/incremental/runtime/src/index.ts +++ b/incremental/runtime/src/index.ts @@ -24,7 +24,8 @@ export { stateAnimator, } from "./animation/AnimatedState" export { - AnimationRange, + // TODO: We conflict with Arkoala AnimationRange + AnimationRange as BaseAnimationRange, ArrayAnimationRange, NumberAnimationRange, } from "./animation/AnimationRange"