Skip to content

Commit

Permalink
Add missing types for framer-motion (#2997)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adesh-Pandey authored Jan 14, 2025
1 parent 8e2a2f7 commit d00e151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framer-motion/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export { MotionConfig } from "./components/MotionConfig"
export { Reorder } from "./components/Reorder"
export { m } from "./render/components/m/proxy"
export { motion } from "./render/components/motion/proxy"

export * from "./animation/types"
export * from "./dom"
export * from "./three-entry"

Expand Down

0 comments on commit d00e151

Please sign in to comment.