Skip to content

Commit 0adb5e0

Browse files
committed
fix: missing export
1 parent 2f9c169 commit 0adb5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/charting/animation/ChartAnimator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import TWEEN from '@nativescript-community/tween';
22
const Easing = TWEEN.Easing;
3-
type EasingFunction = (k: number) => number;
3+
export type EasingFunction = (k: number) => number;
44
export { Easing };
55
/**
66
* Object responsible for all animations in the Chart. Animations require API level 11.

0 commit comments

Comments
 (0)