We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9c169 commit 0adb5e0Copy full SHA for 0adb5e0
src/charting/animation/ChartAnimator.ts
@@ -1,6 +1,6 @@
1
import TWEEN from '@nativescript-community/tween';
2
const Easing = TWEEN.Easing;
3
-type EasingFunction = (k: number) => number;
+export type EasingFunction = (k: number) => number;
4
export { Easing };
5
/**
6
* Object responsible for all animations in the Chart. Animations require API level 11.
0 commit comments