Skip to content

Commit d00e151

Browse files
authored
Add missing types for framer-motion (#2997)
1 parent 8e2a2f7 commit d00e151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framer-motion/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export { MotionConfig } from "./components/MotionConfig"
1010
export { Reorder } from "./components/Reorder"
1111
export { m } from "./render/components/m/proxy"
1212
export { motion } from "./render/components/motion/proxy"
13-
13+
export * from "./animation/types"
1414
export * from "./dom"
1515
export * from "./three-entry"
1616

0 commit comments

Comments
 (0)