Skip to content

Commit

Permalink
feat: updated imports
Browse files Browse the repository at this point in the history
  • Loading branch information
viveknigam3003 committed Mar 4, 2024
1 parent 8b80a73 commit 4fb07c0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/modules/animate/index.tsx
Original file line number Diff line number Diff line change
@@ -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';

0 comments on commit 4fb07c0

Please sign in to comment.