From 4fb07c0b9b53ae2eecf3f1f95bcdd3d4ce033c1e Mon Sep 17 00:00:00 2001 From: Vivek Nigam Date: Mon, 4 Mar 2024 18:10:07 +0530 Subject: [PATCH] feat: updated imports --- src/modules/animate/index.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/modules/animate/index.tsx b/src/modules/animate/index.tsx index 07edabb..774c2cc 100644 --- a/src/modules/animate/index.tsx +++ b/src/modules/animate/index.tsx @@ -1,7 +1,7 @@ -// /** -// * @module animate -// */ -// export { default as Animation } from './components/Animation'; -// export { easeInOutCubic, easeOutSine, easeOutBounce, easeInOutCirc, evaluateEasingFunction } from './easing'; -// export { getNearestFps, interpolatePropertyValue } from './helpers'; -// export * from './types'; +/** + * @module animate + */ +export { default as Animation } from './components/Animation'; +export { easeInOutCubic, easeOutSine, easeOutBounce, easeInOutCirc, evaluateEasingFunction } from './easing'; +export { getNearestFps, interpolatePropertyValue } from './helpers'; +export * from './types';