Skip to content

Commit

Permalink
Adding missing AnimationControls type
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Feb 7, 2025
1 parent 84c9ed0 commit eb1992f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/framer-motion/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export {
useAnimationControls,
} from "./animation/hooks/use-animation"
export { animateVisualElement } from "./animation/interfaces/visual-element"
export { AnimationControls } from "./animation/types"
export {
useIsPresent,
usePresence,
Expand Down

0 comments on commit eb1992f

Please sign in to comment.